mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Formatting
This commit is contained in:
parent
13dd25f01b
commit
d42eb974ef
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ extern "C" {
|
||||||
* It is compatible with `rng_get_bytes()` from libtomcrypt so you could
|
* It is compatible with `rng_get_bytes()` from libtomcrypt so you could
|
||||||
* provide that one and then set `ltm_rng = rng_get_bytes;` */
|
* provide that one and then set `ltm_rng = rng_get_bytes;` */
|
||||||
extern unsigned long (*ltm_rng)(unsigned char *out, unsigned long outlen,
|
extern unsigned long (*ltm_rng)(unsigned char *out, unsigned long outlen,
|
||||||
void (*callback)(void));
|
void(*callback)(void));
|
||||||
extern void (*ltm_rng_callback)(void);
|
extern void (*ltm_rng_callback)(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue