Macro guard on cipher suite added - Thanks Jacob\!

This commit is contained in:
kaleb-himes
2018-10-17 16:44:47 -06:00
parent dc519e6a45
commit cdd8f6b950

View File

@ -670,7 +670,7 @@
defined(HAVE_ED25519))
#define BUILD_TLS_ECDHE_ECDSA_WITH_CHACHA20_OLD_POLY1305_SHA256
#endif
#ifndef NO_RSA
#if !defined(NO_RSA) && defined(HAVE_ECC)
#define BUILD_TLS_ECDHE_RSA_WITH_CHACHA20_OLD_POLY1305_SHA256
#endif
#if !defined(NO_DH) && !defined(NO_RSA)