]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Moved prng_uninit out of crypto_uninit_lib
authorAdriaan de Jong <dejong@fox-it.com>
Mon, 31 Oct 2011 15:29:14 +0000 (16:29 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 21 Nov 2011 10:51:39 +0000 (11:51 +0100)
commit54628d1ac10675d4554b58500341e35e8ac4fcbb
treeb03cc6e3ac7e1f3f0b789e49ec0553f0529c5057
parent10b99726a30bb7252cb01806f5f276be7873e84e
Moved prng_uninit out of crypto_uninit_lib

Since prng_uninit is SSL-library agnostic, but crypto_uninit_lib isn't,
the function was moved up a level.

Also removed one unused variable (j) in tls1_P_hash().

Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
crypto.c
crypto_openssl.c
crypto_polarssl.c
ssl.c