mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 00:10:55 +02:00
removing more locations of WOLFSSL_API used with function implementations
This commit is contained in:
@@ -176,7 +176,7 @@ void wolfSSL_Debugging_OFF(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
WOLFSSL_API void wolfSSL_SetLoggingPrefix(const char* prefix)
|
||||
void wolfSSL_SetLoggingPrefix(const char* prefix)
|
||||
{
|
||||
#ifdef DEBUG_WOLFSSL
|
||||
log_prefix = prefix;
|
||||
@@ -490,7 +490,7 @@ void WOLFSSL_LEAVE2(const char *file, int line, const char* msg, int ret)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
WOLFSSL_API int WOLFSSL_IS_DEBUG_ON(void)
|
||||
int WOLFSSL_IS_DEBUG_ON(void)
|
||||
{
|
||||
return loggingEnabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user