crypto/poly1305: add floating-point reference implementation.
[oweals/openssl.git] / crypto / mem_dbg.c
index c3d98caec92b225d69d8e24456fac2c28e56ebb4..adabb2db9577099c2fe43423efe5defe657ef218 100644 (file)
@@ -640,7 +640,7 @@ int CRYPTO_mem_leaks(BIO *b)
         return 1;
 
     /* Ensure all resources are released */
-    OPENSSL_INIT_library_stop();
+    OPENSSL_cleanup();
 
     CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_DISABLE);