1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

configure: the wolfssh backend does not provide SCP

Closes #5387
This commit is contained in:
Daniel Stenberg 2020-05-13 14:54:27 +02:00
parent 5eb546cd80
commit 32aade5c91
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -4907,7 +4907,6 @@ if test "x$USE_LIBSSH" = "x1"; then
SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SFTP"
fi
if test "x$USE_WOLFSSH" = "x1"; then
SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SCP"
SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SFTP"
fi
if test "x$CURL_DISABLE_RTSP" != "x1"; then