Skip to content

Commit 85552d0

Browse files
Merge pull request #7662 from julek-wolfssl/enable-WOLFSSL_RSA_KEY_CHECK
Enable WOLFSSL_RSA_KEY_CHECK with OPENSSLALL
2 parents c047e55 + b739427 commit 85552d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wolfssl/wolfcrypt/settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2963,6 +2963,9 @@ extern void uITRON4_free(void *p) ;
29632963
#ifndef HAVE_SNI
29642964
#define HAVE_SNI
29652965
#endif
2966+
#ifndef WOLFSSL_RSA_KEY_CHECK
2967+
#define WOLFSSL_RSA_KEY_CHECK
2968+
#endif
29662969
#endif
29672970

29682971
/* Make sure setting OPENSSL_ALL also sets OPENSSL_EXTRA. */

0 commit comments

Comments
 (0)