diff --git a/IDE/QNX/CAAM-DRIVER/Makefile b/IDE/QNX/CAAM-DRIVER/Makefile index 5e08b4724..27a9563cc 100644 --- a/IDE/QNX/CAAM-DRIVER/Makefile +++ b/IDE/QNX/CAAM-DRIVER/Makefile @@ -9,7 +9,7 @@ CC = qcc -Vgcc_nto$(PLATFORM) CXX = qcc -lang-c++ -Vgcc_nto$(PLATFORM) LD = $(CC) -INCLUDES += -I../../../wolfssl/wolfcrypt/port/caam/ +INCLUDES += -I../../../ -I../../../wolfssl/wolfcrypt/port/caam/ CCFLAGS += -O2 -Wall SRCS = \ diff --git a/wolfcrypt/src/port/caam/caam_qnx.c b/wolfcrypt/src/port/caam/caam_qnx.c index d7e9908d4..8b436040c 100644 --- a/wolfcrypt/src/port/caam/caam_qnx.c +++ b/wolfcrypt/src/port/caam/caam_qnx.c @@ -20,6 +20,7 @@ */ #include "caam_driver.h" +#include "wolfssl/version.h" #include #include @@ -1190,8 +1191,9 @@ static int getSupported(char* in) #endif char cannedResponse[] = { - "wolfCrypt QNX CAAM driver version 4.8.1\n" - "Supports:\n" + "wolfCrypt QNX CAAM driver version " + LIBWOLFSSL_VERSION_STRING + "\nSupports:\n" "\tAES-CMAC\n" "\tECC (sign, verify, ecdh, keygen)\n" "\tBlobs (black and red)\n"