add kdf.c to cmake build

This commit is contained in:
Jacob Barthelmeh
2021-10-28 16:27:45 -06:00
parent 9ec9ace7ea
commit e10e3a92b8

View File

@ -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)