Skip to content

Commit

Permalink
Merge pull request wolfSSL#86 from danielinux/RSA4096_fix
Browse files Browse the repository at this point in the history
Fixed build with RSA4096 (tfm.o was missing)
  • Loading branch information
dgarske authored Nov 5, 2020
2 parents 4e823af + 5562107 commit 14b8dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 14b8dc2

Please sign in to comment.