forked from wolfSSL/wolfssl
Fix to allow SHA384 cipher suite with NO_SHA256 defined. Without this fix the BUILD_AESGCM wasn't getting defined.
This commit is contained in:
@@ -649,7 +649,12 @@ typedef byte word24[3];
|
|||||||
defined(BUILD_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256) || \
|
defined(BUILD_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256) || \
|
||||||
defined(BUILD_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) || \
|
defined(BUILD_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256) || \
|
||||||
defined(BUILD_TLS_PSK_WITH_AES_128_GCM_SHA256) || \
|
defined(BUILD_TLS_PSK_WITH_AES_128_GCM_SHA256) || \
|
||||||
defined(BUILD_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256)
|
defined(BUILD_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256) || \
|
||||||
|
defined(BUILD_TLS_RSA_WITH_AES_256_GCM_SHA384) || \
|
||||||
|
defined(BUILD_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384) || \
|
||||||
|
defined(BUILD_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) || \
|
||||||
|
defined(BUILD_TLS_PSK_WITH_AES_256_GCM_SHA384) || \
|
||||||
|
defined(BUILD_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384)
|
||||||
#define BUILD_AESGCM
|
#define BUILD_AESGCM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user