Make Transform_SHA512_Len API local scope

This commit is contained in:
Sean Parkinson
2019-06-03 08:35:36 +10:00
parent 7726bbbff2
commit e429185535

View File

@ -142,7 +142,8 @@ typedef struct wc_Sha512 {
#endif /* HAVE_FIPS */
#if defined(WOLFSSL_ARMASM) && defined(__aarch64__)
int Transform_Sha512_Len(wc_Sha512* sha512, const byte* data, word32 len);
WOLFSSL_LOCAL int Transform_Sha512_Len(wc_Sha512* sha512, const byte* data,
word32 len);
#endif
#ifdef WOLFSSL_SHA512