turbo icon indicating copy to clipboard operation
turbo copied to clipboard

SSL_load_error_strings() fails in crypto_linux due to: "deprecated since OpenSSL 1.1.0"

Open shadylabs opened this issue 1 year ago • 0 comments

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

shadylabs avatar Dec 29 '23 14:12 shadylabs