add include file for getting WOLFSSL_CAAM_DEVID in test case

This commit is contained in:
JacobBarthelmeh
2021-03-10 17:27:40 +07:00
parent 2275c97602
commit 28ae8e3e11

View File

@@ -423,6 +423,7 @@ enum {
};
#ifdef WOLFSSL_QNX_CAAM
#include <wolfssl/wolfcrypt/port/caam/wolfcaam.h>
static int devId = WOLFSSL_CAAM_DEVID;
#else
static int devId = INVALID_DEVID;