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
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
After open-quantum-safe/liboqs#1431 landed, liboqsgets built with OpenSSL3 symbols when OpenSSL3 is installed by default on the build platform. In consequence, these symbols cannot be found when building oqs-openssl111 using that liboqs (as these symbols are not present in any OpenSSL111 fork).
--> I'd now strongly urge to declare this fork deprecated as the build becomes somewhat convoluted (or surprising):
(non-oqs) OpenSSL111 must be installed
liboqs must be built against that OpenSSL111and installed to oqs-openssl111
only then can a build of oqs-openssl111 succeed
Alternatively, liboqsmust be built with -DOQS_USE_OPENSSL=OFF -- which I'd call at least "surprising" for a build of oqs-openssl.
The text was updated successfully, but these errors were encountered:
After open-quantum-safe/liboqs#1431 landed,
liboqs
gets built with OpenSSL3 symbols when OpenSSL3 is installed by default on the build platform. In consequence, these symbols cannot be found when buildingoqs-openssl111
using thatliboqs
(as these symbols are not present in any OpenSSL111 fork).--> I'd now strongly urge to declare this fork deprecated as the build becomes somewhat convoluted (or surprising):
Alternatively,
liboqs
must be built with-DOQS_USE_OPENSSL=OFF
-- which I'd call at least "surprising" for a build ofoqs-openssl
.The text was updated successfully, but these errors were encountered: