add prototype for wolfCrypt CAVP version in selftest.h

This commit is contained in:
Chris Conlon
2019-10-11 14:18:04 -06:00
parent cd934a95a4
commit 2c6c88266b

View File

@ -32,6 +32,9 @@
#endif
#ifdef HAVE_SELFTEST
/* Get wolfCrypt CAVP version */
WOLFSSL_API const char* wolfCrypt_GetVersion_CAVP_selftest(void);
/* wolfCrypt self test, runs CAVP KATs */
WOLFSSL_API int wolfCrypt_SelfTest(void);
#endif