mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
settings.h: set HAVE_PUBLIC_FFDHE as in configure.ac (FIPS v2 and SELFTEST) if it isn't already set.
This commit is contained in:
@@ -1987,6 +1987,12 @@ extern void uITRON4_free(void *p) ;
|
|||||||
#define WOLFSSL_AEAD_ONLY
|
#define WOLFSSL_AEAD_ONLY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(HAVE_PUBLIC_FFDHE) && !defined(NO_DH) && \
|
||||||
|
(defined(HAVE_SELFTEST) || \
|
||||||
|
(defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION == 2)))
|
||||||
|
#define HAVE_PUBLIC_FFDHE
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(NO_DH) && !defined(HAVE_FFDHE)
|
#if !defined(NO_DH) && !defined(HAVE_FFDHE)
|
||||||
#if defined(HAVE_FFDHE_2048) || defined(HAVE_FFDHE_3072) || \
|
#if defined(HAVE_FFDHE_2048) || defined(HAVE_FFDHE_3072) || \
|
||||||
defined(HAVE_FFDHE_4096) || defined(HAVE_FFDHE_6144) || \
|
defined(HAVE_FFDHE_4096) || defined(HAVE_FFDHE_6144) || \
|
||||||
|
Reference in New Issue
Block a user