diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-21 13:11:36 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-21 13:11:36 +0300 |
commit | bcf191899621a8d6c2764d8a40e3a2e70d634313 (patch) | |
tree | aa1bff83703770f0ff415e86152c2c2565302ee6 /contrib/libs/curl/lib/vssh | |
parent | d8263c1ee2e19e14f2bc739740afbe9fd7303435 (diff) | |
download | ydb-bcf191899621a8d6c2764d8a40e3a2e70d634313.tar.gz |
intermediate changes
ref:a71ac657b5f2f446a1af9b99473c67945c36aeeb
Diffstat (limited to 'contrib/libs/curl/lib/vssh')
-rw-r--r-- | contrib/libs/curl/lib/vssh/libssh.c | 2 | ||||
-rw-r--r-- | contrib/libs/curl/lib/vssh/libssh2.c | 2 | ||||
-rw-r--r-- | contrib/libs/curl/lib/vssh/wolfssh.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/curl/lib/vssh/libssh.c b/contrib/libs/curl/lib/vssh/libssh.c index 87d6187544..3c36919c7d 100644 --- a/contrib/libs/curl/lib/vssh/libssh.c +++ b/contrib/libs/curl/lib/vssh/libssh.c @@ -93,7 +93,7 @@ #include "curl_printf.h" #include "curl_memory.h" #include "memdebug.h" -#include "curl_path.h" +#error #include "curl_path.h" /* A recent macro provided by libssh. Or make our own. */ #ifndef SSH_STRING_FREE_CHAR diff --git a/contrib/libs/curl/lib/vssh/libssh2.c b/contrib/libs/curl/lib/vssh/libssh2.c index b282bf23f4..3b43337c35 100644 --- a/contrib/libs/curl/lib/vssh/libssh2.c +++ b/contrib/libs/curl/lib/vssh/libssh2.c @@ -81,7 +81,7 @@ #include "multiif.h" #include "select.h" #include "warnless.h" -#include "curl_path.h" +#error #include "curl_path.h" /* The last 3 #include files should be in this order */ #include "curl_printf.h" diff --git a/contrib/libs/curl/lib/vssh/wolfssh.c b/contrib/libs/curl/lib/vssh/wolfssh.c index d2bd77b513..646df68395 100644 --- a/contrib/libs/curl/lib/vssh/wolfssh.c +++ b/contrib/libs/curl/lib/vssh/wolfssh.c @@ -32,7 +32,7 @@ #include "connect.h" #include "sendf.h" #include "progress.h" -#include "curl_path.h" +#error #include "curl_path.h" #include "strtoofft.h" #include "transfer.h" #include "speedcheck.h" |