diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-21 00:25:52 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-21 00:35:09 +0300 |
commit | 705f460d33000009c49a47b51913a7f29d2d6c46 (patch) | |
tree | 80af379970de239e02bb1c90b98806015c31ae73 | |
parent | b9ef9d5da772648408bde06ad1ab22c856f6ee4b (diff) | |
download | ydb-705f460d33000009c49a47b51913a7f29d2d6c46.tar.gz |
Disable gnutls includes as we do not build anything against gnutls
4aa18b964a97b3ef71bf2b10f761ef6d54a2ed1b
-rw-r--r-- | contrib/libs/curl/lib/vtls/gtls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/curl/lib/vtls/gtls.h b/contrib/libs/curl/lib/vtls/gtls.h index 1a81c01e93..a1e1729060 100644 --- a/contrib/libs/curl/lib/vtls/gtls.h +++ b/contrib/libs/curl/lib/vtls/gtls.h @@ -29,7 +29,7 @@ #ifdef USE_GNUTLS -#include <gnutls/gnutls.h> +#error #include <gnutls/gnutls.h> #ifdef HAVE_GNUTLS_SRP /* the function exists */ |