Fixed ECC with no armor

pull/183/head
Daniele Lacamera 2022-03-14 15:22:04 +01:00
parent 9ac4a6d365
commit 75fb9f70e3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ uint8_t* wolfBoot_peek_image(struct wolfBoot_image *img, uint32_t offset, uint32
#define VERIFY_FN(ret,p_res,fn,...) \
ret = fn(__VA_ARGS__); \
if (res != 1) \
if (*p_res != 1) \
ret = -1
#define RSA_VERIFY_FN(ret,fn,...) \