Skip to content

Commit 224ee91

Browse files
committed
s2n-bignum build should use boringssl_prefix_symbols_asm.h
1 parent aa43a85 commit 224ee91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/fipsmodule/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function(s2n_asm_cpreprocess dest src)
320320
string(REGEX REPLACE "[ ]+" ";" CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS}")
321321

322322
if(BORINGSSL_PREFIX)
323-
set(S2N_BIGNUM_PREFIX_INCLUDE "--include=${AWSLC_BINARY_DIR}/symbol_prefix_include/openssl/boringssl_prefix_symbols.h")
323+
set(S2N_BIGNUM_PREFIX_INCLUDE "--include=${AWSLC_BINARY_DIR}/symbol_prefix_include/openssl/boringssl_prefix_symbols_asm.h")
324324
endif()
325325

326326
add_custom_command(

0 commit comments

Comments
 (0)