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.
102 KiB
102 KiB