From eda2103dc3b9b067f30cb29b38e7f3e44e0fc747 Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 7 Nov 2014 16:43:32 -0800 Subject: [PATCH] add size check to fips core hash gen --- cyassl/ctaocrypt/fips_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyassl/ctaocrypt/fips_test.h b/cyassl/ctaocrypt/fips_test.h index 0ad9c6285..b492a4fd7 100644 --- a/cyassl/ctaocrypt/fips_test.h +++ b/cyassl/ctaocrypt/fips_test.h @@ -31,7 +31,7 @@ #endif /* Known Answer Test string inputs are hex, internal */ -CYASSL_LOCAL int DoKnownAnswerTests(char*); +CYASSL_LOCAL int DoKnownAnswerTests(char*, int); /* FIPS failure callback */