mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed XMEMCPY symbol in test applications
parent
bde4c490ef
commit
f0dd38d73b
|
@ -57,7 +57,7 @@
|
|||
#define ENCRYPT_TMP_SECRET_OFFSET (WOLFBOOT_PARTITION_SIZE - (TRAILER_SKIP))
|
||||
#endif
|
||||
|
||||
#if defined(WOLFBOOT_TPM) && !defined(__WOLFBOOT)
|
||||
#if !defined(__WOLFBOOT)
|
||||
#define XMEMSET memset
|
||||
#define XMEMCPY memcpy
|
||||
#define XMEMCMP memcmp
|
||||
|
|
Loading…
Reference in New Issue