File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ message(STATUS "PERFORM_SONAME_BUILD: ${PERFORM_SONAME_BUILD}")
110110
111111enable_language (C)
112112
113- if (DISABLE_USAGE_OF_CPU_JITTER_ENTROPY )
113+ if (DISABLE_CPU_JITTER_ENTROPY )
114114 if (FIPS)
115115 message (FATAL_ERROR "Cannot opt-out of CPU Jitter for the FIPS build" )
116116 endif ()
@@ -1122,7 +1122,7 @@ if(BUILD_TESTING)
11221122endif ()
11231123
11241124# By default, include jitter entropy.
1125- if (NOT DISABLE_USAGE_OF_CPU_JITTER_ENTROPY )
1125+ if (NOT DISABLE_CPU_JITTER_ENTROPY )
11261126 add_subdirectory (third_party/jitterentropy)
11271127endif ()
11281128
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ function(build_libcrypto)
620620
621621 add_library (${arg_NAME} $<TARGET_OBJECTS:crypto_objects> ${CRYPTO_FIPS_OBJECTS} ${arg_MODULE_SOURCE} )
622622
623- if (NOT DISABLE_USAGE_OF_CPU_JITTER_ENTROPY )
623+ if (NOT DISABLE_CPU_JITTER_ENTROPY )
624624 target_sources (${arg_NAME} PRIVATE $<TARGET_OBJECTS:jitterentropy>)
625625 endif ()
626626
You can’t perform that action at this time.
0 commit comments