From cd9782440599f6b4c3c45a583911f9679378aaeb Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Thu, 20 Feb 2025 15:40:30 -0800 Subject: [PATCH] account for another define added upstream --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7c1e863433..1882c3b50a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,7 +251,7 @@ endif() if (NOT S2N_OVERRIDE_LIBCRYPTO_RAND_ENGINE) message(STATUS "Disabling libcrypto RAND engine override") - add_definitions(-DS2N_DISABLE_RAND_ENGINE_OVERRIDE) + add_definitions(-DS2N_DISABLE_RAND_ENGINE_OVERRIDE=1) endif() # For interning, we need to find the static libcrypto library. Cmake configs