turbo
turbo copied to clipboard
SSL_load_error_strings() fails in crypto_linux due to: "deprecated since OpenSSL 1.1.0"
The function crypto.ssl_init() line 77 fails due to deprecated OpenSSL calls. Affects SSL related code paths. Also the init is done automatically and it is not required in openssl v3+. The init function at line 77 in crypto_linux should remove the calls I guess