Deprecate RAND_cleanup() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Wed, 6 Apr 2016 10:19:55 +0000 (11:19 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commitf3cd81d6538e6295eaa279acd65ad10faeccd2ed
tree26117ea3e3651aff964d42a7b986afd935c6ebeb
parentb22234deebe2e1758d59c64778ce462f11f16cb4
Deprecate RAND_cleanup() and make it a no-op

RAND_cleanup() should not be called expicitly - we should leave
auto-deinit to clean this up instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/speed.c
apps/testdsa.h
crypto/include/internal/rand.h [new file with mode: 0644]
crypto/init.c
crypto/rand/rand_lib.c
doc/crypto/RAND_cleanup.pod
doc/crypto/RAND_set_rand_method.pod
doc/crypto/rand.pod
include/openssl/rand.h