You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Compiler flag to ignore deprecated OpenSSL declarations (#149)
When compiling against OpenSSL versions => 3.0, the build will error out
due to the usage of methods like SHA256_Update, SHA256_Init, etc..
See: https://wiki.openssl.org/index.php/OpenSSL_3.0
While these functions should probably be ported to their new
equivalents, this at least allows for the client to be compiled.
0 commit comments