forked from wolfSSL/wolfssl
fixed a bug where aes-gcm required opensslExtra at build configure
This commit is contained in:
@@ -233,8 +233,7 @@ void c32to24(word32 in, word24 out);
|
|||||||
#define BUILD_AES
|
#define BUILD_AES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BUILD_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256) || \
|
#if defined(BUILD_TLS_RSA_WITH_AES_128_GCM_SHA256)
|
||||||
defined(BUILD_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256)
|
|
||||||
#define BUILD_AESGCM
|
#define BUILD_AESGCM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user