forked from wolfSSL/wolfssl
add prototype for wolfCrypt CAVP version in selftest.h
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user