Skip to content

Commit

Permalink
Merge pull request #7662 from julek-wolfssl/enable-WOLFSSL_RSA_KEY_CHECK
Browse files Browse the repository at this point in the history
Enable WOLFSSL_RSA_KEY_CHECK with OPENSSLALL
  • Loading branch information
JacobBarthelmeh committed Jun 27, 2024
2 parents c047e55 + b739427 commit 85552d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wolfssl/wolfcrypt/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -2963,6 +2963,9 @@ extern void uITRON4_free(void *p) ;
#ifndef HAVE_SNI
#define HAVE_SNI
#endif
#ifndef WOLFSSL_RSA_KEY_CHECK
#define WOLFSSL_RSA_KEY_CHECK
#endif
#endif

/* Make sure setting OPENSSL_ALL also sets OPENSSL_EXTRA. */
Expand Down

0 comments on commit 85552d0

Please sign in to comment.