aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/RAND_cleanup.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/RAND_cleanup.pod')
-rw-r--r--doc/crypto/RAND_cleanup.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RAND_cleanup.pod b/doc/crypto/RAND_cleanup.pod
index b5c43ea..fd3f81c 100644
--- a/doc/crypto/RAND_cleanup.pod
+++ b/doc/crypto/RAND_cleanup.pod
@@ -9,7 +9,7 @@ RAND_cleanup - erase the PRNG state
#include <openssl/rand.h>
#if OPENSSL_API_COMPAT < 0x10100000L
- # define RAND_cleanup()
+ void RAND_cleanup(void)
#endif
=head1 DESCRIPTION