X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fcrypto%2Fssl_init.cpp;h=161874cba65fa67993b905da29fd706113f2fae0;hb=90c3450e446ccdad3c8200bca032d6791dcb93ce;hp=128cd54d1056cbf2778155575204c311c32fdfc9;hpb=65238f5bc49ff0d1756c6148c70c919f22dacd12;p=feisty_meow.git diff --git a/nucleus/library/crypto/ssl_init.cpp b/nucleus/library/crypto/ssl_init.cpp index 128cd54d..161874cb 100644 --- a/nucleus/library/crypto/ssl_init.cpp +++ b/nucleus/library/crypto/ssl_init.cpp @@ -70,8 +70,12 @@ ssl_init::~ssl_init() FUNCDEF("dtor"); LOG("prior to crypto cleanup"); CRYPTO_cleanup_all_ex_data(); - LOG("prior to err remove state"); - ERR_remove_state(0); + +//hmmm: deprecated +// LOG("prior to err remove state"); +// ERR_remove_thread_state(NULL); + + //THIS HAD TO be removed in most recent openssl; does it exist? // LOG("prior to mem leaks fp"); // CRYPTO_mem_leaks_fp(stderr);