From 145123ff64db0280ecaba2d5da1c8b9d07e1bc55 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 18 Mar 2015 11:44:39 -0700 Subject: [PATCH] fix github issue #38, +sha512 -sha384 +aes-gcm redefinition --- wolfssl/wolfcrypt/sha512.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/sha512.h b/wolfssl/wolfcrypt/sha512.h index aa4dd8dd0..83f07c738 100644 --- a/wolfssl/wolfcrypt/sha512.h +++ b/wolfssl/wolfcrypt/sha512.h @@ -66,7 +66,7 @@ WOLFSSL_API int wc_Sha512Update(Sha512*, const byte*, word32); WOLFSSL_API int wc_Sha512Final(Sha512*, byte*); WOLFSSL_API int wc_Sha512Hash(const byte*, word32, byte*); -#if defined(WOLFSSL_SHA384) || defined(HAVE_AESGCM) +#if defined(WOLFSSL_SHA384) #ifndef HAVE_FIPS /* avoid redefinition of structs */ /* in bytes */