mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed ECC with no armor
parent
9ac4a6d365
commit
75fb9f70e3
|
@ -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,...) \
|
||||
|
|
Loading…
Reference in New Issue