- cleanup + fixed AQuA reference leak (license counter was exhausted and MOS resulted in 0.0)

This commit is contained in:
2020-09-25 16:58:20 +03:00
parent 8c4da74cc2
commit 5450c155d9
3 changed files with 52 additions and 30 deletions

View File

@@ -67,7 +67,7 @@ OpenSSLInit::OpenSSLInit()
SSL_load_error_strings();
OpenSSL_add_all_algorithms();
assert(EVP_des_ede3_cbc());
mInitialized = true;
mInitialized = true;
}
OpenSSLInit::~OpenSSLInit()