Removed the `INLINE` tag from the accessor `wolfSSH_LogEnabled()`, it was causing trouble under Windows.
pull/43/head
John Safranek 2017-10-04 14:14:00 -07:00
parent 7361c98314
commit e2fc544eac
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void wolfSSH_SetLoggingCb(wolfSSH_LoggingCb logF)
}
INLINE int wolfSSH_LogEnabled(void)
int wolfSSH_LogEnabled(void)
{
#ifdef DEBUG_WOLFSSH
return logEnable;