add size check to fips core hash gen

This commit is contained in:
toddouska 2014-11-07 16:43:32 -08:00
parent e6e24d92fb
commit eda2103dc3
1 changed files with 1 additions and 1 deletions

View File

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