From 2c6c88266b5bdb266443735b38590336c691ea7f Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 11 Oct 2019 14:18:04 -0600 Subject: [PATCH] add prototype for wolfCrypt CAVP version in selftest.h --- wolfssl/wolfcrypt/selftest.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wolfssl/wolfcrypt/selftest.h b/wolfssl/wolfcrypt/selftest.h index 364b2976c..3449364f2 100644 --- a/wolfssl/wolfcrypt/selftest.h +++ b/wolfssl/wolfcrypt/selftest.h @@ -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