wolfssh/ide/winvs
John Safranek a48a13e6ba IDE
1. Added a user_settings.h file to be used with building wolfSSL.
2. Removed misc.c from the wolfSSH library project.
3. Added the WOLFSSL_USER_SETTINGS define to the wolfSSH library project.
4. Replaced vsnprintf() and localtime_r() with macros to use the correct functions for Win32 builds.
5. Replaced the misc.c warning with the VS style of doing it if building for Win32.
6. Defined USE_WINDOWS_API if _WIN32 is set.

Note: The wolfSSH library builds in 32-bit Debug mode. To do so, you need to add the directory holding the wolfSSL headers to the AdditionalIncludeDirectories list.
2017-08-31 11:02:23 -07:00
..
api-test IDE 2017-08-30 17:03:41 -07:00
wolfssh IDE 2017-08-31 11:02:23 -07:00
README.txt
include.am IDE 2017-08-31 11:02:23 -07:00
user_settings.h IDE 2017-08-31 11:02:23 -07:00
wolfssh.sln IDE 2017-08-30 17:03:41 -07:00

README.txt

VisualStudio solution for wolfSSH