Merge pull request #4917 from kaleb-himes/TIRTOS_KDF_ADD

Add the new kdf.c file to the TIRTOS build
This commit is contained in:
David Garske
2022-03-02 17:02:47 -08:00
committed by GitHub

View File

@ -41,6 +41,7 @@ var wolfSSLObjList = [
"wolfcrypt/src/wc_port.c",
"wolfcrypt/src/wolfmath.c",
"wolfcrypt/src/wc_encrypt.c",
"wolfcrypt/src/kdf.c",
"src/internal.c",
"src/wolfio.c",