Fix jankis test, known customer config. complaining unused var

This commit is contained in:
Hideki Miyazaki
2019-09-01 08:10:39 +09:00
parent 82d531562c
commit 348be7fb00

View File

@ -4659,6 +4659,7 @@ int wolfSSL_CTX_IsPrivatePkSetForKeyType(WOLFSSL_CTX* ctx, byte keyType)
{ {
int pkcbset = 0; int pkcbset = 0;
(void)ctx; (void)ctx;
(void)keyType;
#if defined(HAVE_ECC) || defined(HAVE_ED25519) || !defined(NO_RSA) #if defined(HAVE_ECC) || defined(HAVE_ED25519) || !defined(NO_RSA)
if (0 if (0
#ifdef HAVE_ECC #ifdef HAVE_ECC