forked from wolfSSL/wolfssl
simplify visibility control
This commit is contained in:
committed by
Jacob Barthelmeh
parent
dce628ae8e
commit
b3ab0a9c11
@ -166,12 +166,6 @@ int wc_HmacSizeByType(int type)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef OPENSSL_EXTRA
|
|
||||||
WOLFSSL_LOCAL
|
|
||||||
#else
|
|
||||||
static
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int _InitHmac(Hmac* hmac, int type, void* heap)
|
int _InitHmac(Hmac* hmac, int type, void* heap)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
@ -156,9 +156,7 @@ WOLFSSL_API void wc_HmacFree(Hmac*);
|
|||||||
|
|
||||||
WOLFSSL_API int wolfSSL_GetHmacMaxSize(void);
|
WOLFSSL_API int wolfSSL_GetHmacMaxSize(void);
|
||||||
|
|
||||||
#ifdef OPENSSL_EXTRA
|
WOLFSSL_LOCAL int _InitHmac(Hmac* hmac, int type, void* heap);
|
||||||
WOLFSSL_LOCAL int _InitHmac(Hmac* hmac, int type, void* heap);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_HKDF
|
#ifdef HAVE_HKDF
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user