08397e80c8
openssl/ml_kem.h is missing from the OpenSSL 3.5 in the base system. Add a workaround to disable MLKEM support on such systems temporarily.
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
--- ConfigureChecks.cmake.orig 2026-02-10 09:36:24 UTC
|
|
+++ ConfigureChecks.cmake
|
|
@@ -106,8 +106,6 @@ if (OPENSSL_FOUND)
|
|
|
|
# Check for ML-KEM availability (OpenSSL 3.5+)
|
|
if (OPENSSL_VERSION VERSION_GREATER_EQUAL "3.5.0")
|
|
- set(HAVE_OPENSSL_MLKEM 1)
|
|
- set(HAVE_MLKEM1024 1)
|
|
endif ()
|
|
|
|
unset(CMAKE_REQUIRED_INCLUDES)
|