forked from wolfSSL/wolfssl
use version from wolfssl/version.h with driver
This commit is contained in:
@@ -9,7 +9,7 @@ CC = qcc -Vgcc_nto$(PLATFORM)
|
|||||||
CXX = qcc -lang-c++ -Vgcc_nto$(PLATFORM)
|
CXX = qcc -lang-c++ -Vgcc_nto$(PLATFORM)
|
||||||
LD = $(CC)
|
LD = $(CC)
|
||||||
|
|
||||||
INCLUDES += -I../../../wolfssl/wolfcrypt/port/caam/
|
INCLUDES += -I../../../ -I../../../wolfssl/wolfcrypt/port/caam/
|
||||||
CCFLAGS += -O2 -Wall
|
CCFLAGS += -O2 -Wall
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "caam_driver.h"
|
#include "caam_driver.h"
|
||||||
|
#include "wolfssl/version.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -1190,8 +1191,9 @@ static int getSupported(char* in)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
char cannedResponse[] = {
|
char cannedResponse[] = {
|
||||||
"wolfCrypt QNX CAAM driver version 4.8.1\n"
|
"wolfCrypt QNX CAAM driver version "
|
||||||
"Supports:\n"
|
LIBWOLFSSL_VERSION_STRING
|
||||||
|
"\nSupports:\n"
|
||||||
"\tAES-CMAC\n"
|
"\tAES-CMAC\n"
|
||||||
"\tECC (sign, verify, ecdh, keygen)\n"
|
"\tECC (sign, verify, ecdh, keygen)\n"
|
||||||
"\tBlobs (black and red)\n"
|
"\tBlobs (black and red)\n"
|
||||||
|
Reference in New Issue
Block a user