diff --git a/include/cyclone/bignum.h b/include/cyclone/bignum.h index 30d3313c..cc03e825 100644 --- a/include/cyclone/bignum.h +++ b/include/cyclone/bignum.h @@ -443,7 +443,7 @@ extern "C" { * It is compatible with `rng_get_bytes()` from libtomcrypt so you could * provide that one and then set `ltm_rng = rng_get_bytes;` */ extern unsigned long (*ltm_rng)(unsigned char *out, unsigned long outlen, - void (*callback)(void)); + void(*callback)(void)); extern void (*ltm_rng_callback)(void); #endif