fix github issue #38, +sha512 -sha384 +aes-gcm redefinition
This commit is contained in:
parent
913240f6e4
commit
145123ff64
@ -66,7 +66,7 @@ WOLFSSL_API int wc_Sha512Update(Sha512*, const byte*, word32);
|
|||||||
WOLFSSL_API int wc_Sha512Final(Sha512*, byte*);
|
WOLFSSL_API int wc_Sha512Final(Sha512*, byte*);
|
||||||
WOLFSSL_API int wc_Sha512Hash(const byte*, word32, 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 */
|
#ifndef HAVE_FIPS /* avoid redefinition of structs */
|
||||||
/* in bytes */
|
/* in bytes */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user