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:
@ -452,6 +452,7 @@ function(generate_lib_src_list LIB_SOURCES)
|
||||
|
||||
list(APPEND LIB_SOURCES
|
||||
wolfcrypt/src/hash.c
|
||||
wolfcrypt/src/kdf.c
|
||||
wolfcrypt/src/cpuid.c)
|
||||
|
||||
if(NOT BUILD_FIPS_RAND)
|
||||
|
Reference in New Issue
Block a user