We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a61997 + ad7914b commit b5a835aCopy full SHA for b5a835a
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -3392,6 +3392,12 @@ extern void uITRON4_free(void *p) ;
3392
#endif
3393
3394
3395
+/* For setting.h/user_settings.h */
3396
+#if defined(WOLFSSL_HAVE_SP_DH) && !defined(NO_DH) && \
3397
+ !defined(WOLFSSL_SP_4096) && (MIN_FFDHE_BITS >= 4096)
3398
+ #define WOLFSSL_SP_4096
3399
+#endif
3400
+
3401
/* if desktop type system and fastmath increase default max bits */
3402
#if defined(WOLFSSL_X86_64_BUILD) || defined(WOLFSSL_AARCH64_BUILD) || \
3403
defined(OPENSSL_EXTRA)
0 commit comments