FIPS 140-3

1. Add the old known answer test prototype back into fips_test.h for FIPSv2 builds.
This commit is contained in:
John Safranek
2020-10-19 09:17:44 -07:00
parent 2b6dc31145
commit 8e4983f823

View File

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