EVP_Cleanup() when quitting.

This commit is contained in:
Guus Sliepen 2006-01-13 11:09:19 +00:00
parent 0912260755
commit e02f13cdb3

View file

@ -509,6 +509,8 @@ end:
#ifndef HAVE_MINGW
remove_pid(pidfilename);
#endif
EVP_cleanup();
return status;
}