From 005a0d4dff2514224c5b4fb906529368d120c606 Mon Sep 17 00:00:00 2001 From: Carie Pointer Date: Wed, 23 May 2018 20:17:11 -0600 Subject: [PATCH] Define devId if RSA is enabled --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index 0c3050c56..e3a4a8cbb 100644 --- a/tests/api.c +++ b/tests/api.c @@ -249,7 +249,7 @@ #include #endif -#if defined(WOLFSSL_SHA3) || defined(HAVE_PKCS7) +#if defined(WOLFSSL_SHA3) || defined(HAVE_PKCS7) || !defined(NO_RSA) static int devId = INVALID_DEVID; #endif #ifndef NO_DSA