fixed a bug where aes-gcm required opensslExtra at build configure

This commit is contained in:
John Safranek
2012-07-31 10:07:33 -07:00
parent 9b8c5fb40e
commit e716380bad

View File

@@ -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