Skip to content

Commit b739427

Browse files
committed
Enable WOLFSSL_RSA_KEY_CHECK with OPENSSLALL
1 parent be68ba4 commit b739427

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)