mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Make Transform_SHA512_Len API local scope
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user