summaryrefslogtreecommitdiff
path: root/src/decrepit/dsa/dsa_decrepit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decrepit/dsa/dsa_decrepit.c')
-rw-r--r--src/decrepit/dsa/dsa_decrepit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decrepit/dsa/dsa_decrepit.c b/src/decrepit/dsa/dsa_decrepit.c
index aef8056b..0ca75a96 100644
--- a/src/decrepit/dsa/dsa_decrepit.c
+++ b/src/decrepit/dsa/dsa_decrepit.c
@@ -59,8 +59,8 @@ struct wrapped_callback {
void *arg;
};
-/* callback_wrapper converts an “old” style generation callback to the newer
- * |BN_GENCB| form. */
+// callback_wrapper converts an “old” style generation callback to the newer
+// |BN_GENCB| form.
static int callback_wrapper(int event, int n, BN_GENCB *gencb) {
struct wrapped_callback *wrapped = (struct wrapped_callback *) gencb->arg;
wrapped->callback(event, n, wrapped->arg);