X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=openssl.c;fp=openssl.c;h=d11b1049d2a321905ab79ce2af6c1e86fe7b7991;hb=a03519e08af6bb3d4a6ba9477eb6a02d6f4c48df;hp=4895e176ba9cf7f86962d365f3d9514aed0f0180;hpb=ddecac81e92694005c8577ea7246caeeefe8361b;p=paraslash.git diff --git a/openssl.c b/openssl.c index 4895e176..d11b1049 100644 --- a/openssl.c +++ b/openssl.c @@ -57,7 +57,9 @@ void crypt_init(void) void crypt_shutdown(void) { +#ifdef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA CRYPTO_cleanup_all_ex_data(); +#endif } static int get_private_key(const char *path, RSA **rsa)