forked from wolfSSL/wolfssl
add prototype for wolfCrypt CAVP version in selftest.h
This commit is contained in:
@ -32,6 +32,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SELFTEST
|
#ifdef HAVE_SELFTEST
|
||||||
|
/* Get wolfCrypt CAVP version */
|
||||||
|
WOLFSSL_API const char* wolfCrypt_GetVersion_CAVP_selftest(void);
|
||||||
|
|
||||||
/* wolfCrypt self test, runs CAVP KATs */
|
/* wolfCrypt self test, runs CAVP KATs */
|
||||||
WOLFSSL_API int wolfCrypt_SelfTest(void);
|
WOLFSSL_API int wolfCrypt_SelfTest(void);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user