Commit 21023745 authored by Richard Levitte's avatar Richard Levitte
Browse files

Clean up ENGINE before exiting.

parent a679116f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -349,6 +349,8 @@ end:
	EVP_cleanup();
	ERR_free_strings();
	
        ENGINE_cleanup();

	CRYPTO_mem_leaks(bio_err);
	if (bio_err != NULL)
		{