Clean up ENGINE before exiting.
This commit is contained in:
parent
a679116f6f
commit
21023745e2
@ -349,6 +349,8 @@ end:
|
|||||||
EVP_cleanup();
|
EVP_cleanup();
|
||||||
ERR_free_strings();
|
ERR_free_strings();
|
||||||
|
|
||||||
|
ENGINE_cleanup();
|
||||||
|
|
||||||
CRYPTO_mem_leaks(bio_err);
|
CRYPTO_mem_leaks(bio_err);
|
||||||
if (bio_err != NULL)
|
if (bio_err != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user