mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
add kdf.c to cmake build
This commit is contained in:
@ -451,7 +451,8 @@ function(generate_lib_src_list LIB_SOURCES)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND LIB_SOURCES
|
list(APPEND LIB_SOURCES
|
||||||
wolfcrypt/src/hash.c
|
wolfcrypt/src/hash.c
|
||||||
|
wolfcrypt/src/kdf.c
|
||||||
wolfcrypt/src/cpuid.c)
|
wolfcrypt/src/cpuid.c)
|
||||||
|
|
||||||
if(NOT BUILD_FIPS_RAND)
|
if(NOT BUILD_FIPS_RAND)
|
||||||
|
Reference in New Issue
Block a user