X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=openssl.c;fp=openssl.c;h=13550e7a9f34e1771932d05ef7fea5fed8c109d6;hb=a18458cff51c55e3b7f502042a6483410d1c452d;hp=f696cd9e83606bc4e6bdd89d666f0885575f1d9f;hpb=b1684c15322f08a51bb81fb1b7268887225751f8;p=paraslash.git diff --git a/openssl.c b/openssl.c index f696cd9e..13550e7a 100644 --- a/openssl.c +++ b/openssl.c @@ -54,9 +54,6 @@ void crypt_init(void) void crypt_shutdown(void) { -#ifdef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA - CRYPTO_cleanup_all_ex_data(); -#endif #ifdef HAVE_OPENSSL_THREAD_STOP /* openssl-1.1 or later */ OPENSSL_thread_stop(); #else /* openssl-1.0 */