diff options
Diffstat (limited to 'doc/man3/RAND_cleanup.pod')
-rw-r--r-- | doc/man3/RAND_cleanup.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man3/RAND_cleanup.pod b/doc/man3/RAND_cleanup.pod index 3859ce343a..39b166bf5e 100644 --- a/doc/man3/RAND_cleanup.pod +++ b/doc/man3/RAND_cleanup.pod @@ -8,9 +8,11 @@ RAND_cleanup - erase the PRNG state #include <openssl/rand.h> - #if OPENSSL_API_COMPAT < 0x10100000L +Deprecated since OpenSSL 1.1.0, can be hidden entirely by defining +B<OPENSSL_API_COMPAT> with a suitable version value, see +L<openssl_user_macros(7)>: + void RAND_cleanup(void) - #endif =head1 DESCRIPTION |