From e2fc544eac8a744986818d6078c325a9d28a69f3 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 4 Oct 2017 14:14:00 -0700 Subject: [PATCH] Logging Removed the `INLINE` tag from the accessor `wolfSSH_LogEnabled()`, it was causing trouble under Windows. --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index 7c4a105..1220924 100644 --- a/src/log.c +++ b/src/log.c @@ -82,7 +82,7 @@ void wolfSSH_SetLoggingCb(wolfSSH_LoggingCb logF) } -INLINE int wolfSSH_LogEnabled(void) +int wolfSSH_LogEnabled(void) { #ifdef DEBUG_WOLFSSH return logEnable;