We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3adf66 + aee446f commit 15e99c8Copy full SHA for 15e99c8
1 file changed
cmake/functions.cmake
@@ -399,6 +399,10 @@ function(generate_lib_src_list LIB_SOURCES)
399
400
if(BUILD_SHA3)
401
list(APPEND LIB_SOURCES wolfcrypt/src/sha3.c)
402
+
403
+ if(BUILD_INTELASM)
404
+ list(APPEND LIB_SOURCES wolfcrypt/src/sha3_asm.S)
405
+ endif()
406
endif()
407
408
if(BUILD_DH)
@@ -582,6 +586,10 @@ function(generate_lib_src_list LIB_SOURCES)
582
586
583
587
if(NOT BUILD_FIPS_V2 AND BUILD_SHA3)
584
588
589
590
591
592
585
593
594
595
0 commit comments