Skip to content

Commit 73342fe

Browse files
committed
Add BORINGSSL_IMPLEMENTATION to generated_fipsmodule
1 parent 43919d9 commit 73342fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ if(FIPS_SHARED)
650650
generated_fips_shared_support.c
651651
${AWSLC_SOURCE_DIR}/crypto/fipsmodule/cpucap/cpucap.c
652652
)
653+
target_compile_definitions(generated_fipsmodule PRIVATE BORINGSSL_IMPLEMENTATION)
653654
target_add_awslc_include_paths(TARGET generated_fipsmodule SCOPE PRIVATE)
654655

655656
build_libcrypto(NAME crypto MODULE_SOURCE $<TARGET_OBJECTS:generated_fipsmodule> SET_OUTPUT_NAME)

0 commit comments

Comments
 (0)