mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
add size check to fips core hash gen
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Known Answer Test string inputs are hex, internal */
|
/* Known Answer Test string inputs are hex, internal */
|
||||||
CYASSL_LOCAL int DoKnownAnswerTests(char*);
|
CYASSL_LOCAL int DoKnownAnswerTests(char*, int);
|
||||||
|
|
||||||
|
|
||||||
/* FIPS failure callback */
|
/* FIPS failure callback */
|
||||||
|
Reference in New Issue
Block a user