From e716380badea7c97c24593aa82dd4679389be3fa Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 31 Jul 2012 10:07:33 -0700 Subject: [PATCH] fixed a bug where aes-gcm required opensslExtra at build configure --- cyassl/internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cyassl/internal.h b/cyassl/internal.h index 4e6e4a849..a89cbde8c 100644 --- a/cyassl/internal.h +++ b/cyassl/internal.h @@ -233,8 +233,7 @@ void c32to24(word32 in, word24 out); #define BUILD_AES #endif -#if defined(BUILD_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256) || \ - defined(BUILD_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) +#if defined(BUILD_TLS_RSA_WITH_AES_128_GCM_SHA256) #define BUILD_AESGCM #endif