mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Macro guard on cipher suite added - Thanks Jacob\!
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user