Skip to content

Commit

Permalink
tls_wolfssl: enable support for static RSA ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Nov 1, 2021
1 parent 32dbcba commit 8900ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tls_wolfssl/Makefile
Expand Up @@ -21,7 +21,7 @@ lib/lib/libwolfssl.a:
--enable-all --disable-fpecc \
--enable-writedup --enable-tlsv10 --disable-shared --enable-static \
--prefix=$(MOD_DIR)/lib \
--exec-prefix=$(MOD_DIR)/lib C_EXTRA_FLAGS="-fPIC"; \
--exec-prefix=$(MOD_DIR)/lib C_EXTRA_FLAGS="-fPIC" CFLAGS="-DWOLFSSL_STATIC_RSA"; \
fi;
@$(MAKE) -C ./lib/wolfssl install

Expand Down

0 comments on commit 8900ba4

Please sign in to comment.