Files
open-source-search-engine/TcpServer.cpp
CompunixAu 1f6f6bbe93 Addressed deprecated OPENSSL functions
ERR_remove_state() and ERR_remove_thread_state() was deprecated in
OpenSSL 1.1.0 when the thread handling functionality was entirely rewritten

In versions of OpenSSL prior to 1.1.0 ERR_free_strings() freed all
previously loaded error strings. However from OpenSSL 1.1.0 it does nothing.

SSL_load_error_strings() is deprecated from OpenSSL 1.1.0. No explicit
initialisation or de-initialisation is necessary.
2021-06-23 13:39:56 +00:00

102 KiB