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
committed by Daniel Pouzzner
parent f1bd79ac50
commit 9e92c118ed

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