aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/RAND_set_rand_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RAND_set_rand_method.pod')
-rw-r--r--doc/man3/RAND_set_rand_method.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RAND_set_rand_method.pod b/doc/man3/RAND_set_rand_method.pod
index 7ebb72c1b3..12075d252a 100644
--- a/doc/man3/RAND_set_rand_method.pod
+++ b/doc/man3/RAND_set_rand_method.pod
@@ -40,7 +40,7 @@ API is being used, so this function is no longer recommended.
void (*seed)(const void *buf, int num);
int (*bytes)(unsigned char *buf, int num);
void (*cleanup)(void);
- void (*add)(const void *buf, int num, int entropy);
+ void (*add)(const void *buf, int num, int randomness);
int (*pseudorand)(unsigned char *buf, int num);
int (*status)(void);
} RAND_METHOD;