mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed build with RSA4096 (tfm.o was missing)
parent
2e440b7b24
commit
5562107ec8
|
@ -1 +1 @@
|
|||
Subproject commit f8176dd6464e0bbaa18a875c83e2db0c2cc3394d
|
||||
Subproject commit b40543b3421273f5ef1d1849bc44bf4931a92286
|
|
@ -75,6 +75,7 @@ ifeq ($(SIGN),RSA4096)
|
|||
./lib/wolfssl/wolfcrypt/src/hash.o \
|
||||
./lib/wolfssl/wolfcrypt/src/wolfmath.o \
|
||||
./lib/wolfssl/wolfcrypt/src/wc_port.o \
|
||||
./lib/wolfssl/wolfcrypt/src/tfm.o \
|
||||
./src/xmalloc_rsa.o
|
||||
PUBLIC_KEY_OBJS=./src/rsa4096_pub_key.o
|
||||
CFLAGS+=-DWOLFBOOT_SIGN_RSA4096 -DXMALLOC_USER $(RSA_EXTRA_CFLAGS) \
|
||||
|
|
Loading…
Reference in New Issue