We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b361c62 + afa22df commit caf8494Copy full SHA for caf8494
1 file changed
src/ssl.c
@@ -48,9 +48,11 @@
48
#if !defined(WOLFSSL_ALLOW_NO_SUITES) && !defined(WOLFCRYPT_ONLY)
49
#if defined(NO_DH) && !defined(HAVE_ECC) && !defined(WOLFSSL_STATIC_RSA) \
50
&& !defined(WOLFSSL_STATIC_DH) && !defined(WOLFSSL_STATIC_PSK) \
51
- && !defined(HAVE_CURVE25519) && !defined(HAVE_CURVE448)
+ && !defined(HAVE_CURVE25519) && !defined(HAVE_CURVE448) \
52
+ && defined(NO_RSA)
53
#error "No cipher suites defined because DH disabled, ECC disabled, " \
- "and no static suites defined. Please see top of README"
54
+ "RSA disabled and no static suites defined. " \
55
+ "Please see top of README"
56
#endif
57
#ifdef WOLFSSL_CERT_GEN
58
/* need access to Cert struct for creating certificate */
0 commit comments