mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +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 */
|
#endif /* HAVE_FIPS */
|
||||||
|
|
||||||
#if defined(WOLFSSL_ARMASM) && defined(__aarch64__)
|
#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
|
#endif
|
||||||
|
|
||||||
#ifdef WOLFSSL_SHA512
|
#ifdef WOLFSSL_SHA512
|
||||||
|
Reference in New Issue
Block a user