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
LibreSSL is backwards compatible with OpenSSL 1.0, however it reports
it's version number as 2.0, which then causes build failures when using
OPENSSL_VERSION_NUMBER.
Adding a check for LIBRESSL_VERSION_NUMBER when checking if the openssl
version number is < 0x10100000L fixes the issue.
0 commit comments