Update SSLWrapper.cpp

pull/19/head
TildenWinston 2022-09-11 14:22:51 -07:00 committed by GitHub
parent 1934037ee4
commit 20b4ec930e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ SSLWrapper::SSLWrapper()
SSLWrapper::~SSLWrapper()
{
FIPS_mode_set(0);
//FIPS_mode_set(0);
ENGINE_cleanup();
CONF_modules_unload(1);
EVP_cleanup();