mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Macro guard on cipher suite added - Thanks Jacob\!
This commit is contained in:
@@ -670,7 +670,7 @@
|
|||||||
defined(HAVE_ED25519))
|
defined(HAVE_ED25519))
|
||||||
#define BUILD_TLS_ECDHE_ECDSA_WITH_CHACHA20_OLD_POLY1305_SHA256
|
#define BUILD_TLS_ECDHE_ECDSA_WITH_CHACHA20_OLD_POLY1305_SHA256
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_RSA
|
#if !defined(NO_RSA) && defined(HAVE_ECC)
|
||||||
#define BUILD_TLS_ECDHE_RSA_WITH_CHACHA20_OLD_POLY1305_SHA256
|
#define BUILD_TLS_ECDHE_RSA_WITH_CHACHA20_OLD_POLY1305_SHA256
|
||||||
#endif
|
#endif
|
||||||
#if !defined(NO_DH) && !defined(NO_RSA)
|
#if !defined(NO_DH) && !defined(NO_RSA)
|
||||||
|
Reference in New Issue
Block a user