We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43919d9 commit 73342feCopy full SHA for 73342fe
crypto/CMakeLists.txt
@@ -650,6 +650,7 @@ if(FIPS_SHARED)
650
generated_fips_shared_support.c
651
${AWSLC_SOURCE_DIR}/crypto/fipsmodule/cpucap/cpucap.c
652
)
653
+ target_compile_definitions(generated_fipsmodule PRIVATE BORINGSSL_IMPLEMENTATION)
654
target_add_awslc_include_paths(TARGET generated_fipsmodule SCOPE PRIVATE)
655
656
build_libcrypto(NAME crypto MODULE_SOURCE $<TARGET_OBJECTS:generated_fipsmodule> SET_OUTPUT_NAME)
0 commit comments