From 9e92c118edde30d55d5697b7c11afd3d394ab533 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 19 Oct 2020 09:17:44 -0700 Subject: [PATCH] FIPS 140-3 1. Add the old known answer test prototype back into fips_test.h for FIPSv2 builds. --- wolfssl/wolfcrypt/fips_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/wolfcrypt/fips_test.h b/wolfssl/wolfcrypt/fips_test.h index 06c7d7541..b209eb61a 100644 --- a/wolfssl/wolfcrypt/fips_test.h +++ b/wolfssl/wolfcrypt/fips_test.h @@ -81,6 +81,7 @@ WOLFSSL_LOCAL int DoIntegrityTest(char*, int); WOLFSSL_API int wc_GetCastStatus_fips(int); WOLFSSL_LOCAL int DoPOST(char*, int); WOLFSSL_LOCAL int DoCAST(int); +WOLFSSL_LOCAL int DoKnownAnswerTests(char*, int); /* FIPSv1 and FIPSv2 */ #ifdef __cplusplus