From 28ae8e3e118e9b2417d9a0e9a9ff3058ef9cf554 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Wed, 10 Mar 2021 17:27:40 +0700 Subject: [PATCH] add include file for getting WOLFSSL_CAAM_DEVID in test case --- tests/api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api.c b/tests/api.c index a60469466..bcafcbfb4 100644 --- a/tests/api.c +++ b/tests/api.c @@ -423,6 +423,7 @@ enum { }; #ifdef WOLFSSL_QNX_CAAM +#include static int devId = WOLFSSL_CAAM_DEVID; #else static int devId = INVALID_DEVID;