aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-06 15:36:38 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:18:21 +0300
commit86f832a306d9ddde9aa19dbffdc50f2e35afcaa2 (patch)
treedc740aa9eec4af3f9c69b143498fed8c5a758378 /contrib
parente8abd51042b59fca5decb044d79cd7a01eefb8b8 (diff)
downloadydb-86f832a306d9ddde9aa19dbffdc50f2e35afcaa2.tar.gz
Disable non-existing include in contrib/libs/openldap
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/openldap/libraries/libldap/tls_g.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/openldap/libraries/libldap/tls_g.c b/contrib/libs/openldap/libraries/libldap/tls_g.c
index 68b6226ca1..b258a586d7 100644
--- a/contrib/libs/openldap/libraries/libldap/tls_g.c
+++ b/contrib/libs/openldap/libraries/libldap/tls_g.c
@@ -41,10 +41,10 @@
#include "ldap-int.h"
#include "ldap-tls.h"
-#include <gnutls/gnutls.h>
-#include <gnutls/x509.h>
+#error #include <gnutls/gnutls.h>
+#error #include <gnutls/x509.h>
#error #include <gnutls/abstract.h>
-#include <gnutls/crypto.h>
+#error #include <gnutls/crypto.h>
typedef struct tlsg_ctx {
gnutls_certificate_credentials_t cred;