add log.h include and fix typo

pull/129/head
Jacob Barthelmeh 2018-12-14 14:54:38 -07:00
parent d34900b6ae
commit 5b917ef1c6
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
#include <wolfssh/misc.h>
#include <wolfssh/log.h>
#ifdef NO_INLINE

View File

@ -45,7 +45,7 @@ WOLFSSH_LOCAL void ato32(const byte*, word32*);
WOLFSSH_LOCAL void c32toa(word32, byte*);
WOLFSSH_LOCAL void ForceZero(const void*, word32);
WOLFSSH_LOCAL int ConstantCompare(const byte*, const byte*, word32);
WOLFSSH_LOCAL void CreateMpint(byte*, wrod32*, byte*);
WOLFSSH_LOCAL void CreateMpint(byte*, word32*, byte*);
#endif /* NO_INLINE */