EVP_Cleanup() when quitting.
This commit is contained in:
parent
0912260755
commit
e02f13cdb3
1 changed files with 2 additions and 0 deletions
|
@ -509,6 +509,8 @@ end:
|
||||||
#ifndef HAVE_MINGW
|
#ifndef HAVE_MINGW
|
||||||
remove_pid(pidfilename);
|
remove_pid(pidfilename);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
EVP_cleanup();
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue