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
It looks like OpenSSL 3.0.0 deprecates ENGINE related APIs and bunch of low-level getters and setters.
There are lots of deprecation warnings when compiled with OpenSSL 3.0.0.
The text was updated successfully, but these errors were encountered:
A fix for me using libressl (pretty sure it's the same issue) is to use the OPENSSL_NO_ENGINE def (from /usr/local/include/openssl/opensslfeatures.h) in neverbleed.c.
https://www.openssl.org/docs/man3.0/man7/migration_guide.html
It looks like OpenSSL 3.0.0 deprecates ENGINE related APIs and bunch of low-level getters and setters.
There are lots of deprecation warnings when compiled with OpenSSL 3.0.0.
The text was updated successfully, but these errors were encountered: