Merge pull request #140 from ejohnstown/cleanup

Build Cleanup
pull/143/head
JacobBarthelmeh 2019-03-05 17:04:31 -07:00 committed by GitHub
commit 8038d4835c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1151,7 +1151,9 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
args.argv = argv;
args.return_code = 0;
args.user_auth = NULL;
args.sftp_cb = NULL;
#ifdef WOLFSSH_SFTP
args.sftp_cb = NULL;
#endif
WSTARTTCP();

View File

@ -16,6 +16,14 @@ names:
wolfssl\
The file `wolfssh\ide\winvs\user_settings.h` contains the settings used to
configure wolfSSL with the appropriate settings. This file must be copied
from the directory `wolfssh\ide\winvs` to `wolfssl\IDE\WIN`. If you change
one copy you must change both copies. The option `WOLFCRYPT_ONLY` disables
the build of the wolfSSL files and only builds the wolfCrypt algorithms. To
also keep wolfSSL, delete that option.
User Macros
-----------