summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-21 15:29:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-21 15:29:51 +0200
commit1c96bcba4f2c852ffe097816d9aabb7edc092770 (patch)
treec6ac30e890546dd2153f69ca3d8f9fc58bb1693e
parent12102199c4b3a042fb91e1d52eb274f06e62213e (diff)
downloadrsyslog-1c96bcba4f2c852ffe097816d9aabb7edc092770.tar.gz
rsyslog-1c96bcba4f2c852ffe097816d9aabb7edc092770.tar.xz
rsyslog-1c96bcba4f2c852ffe097816d9aabb7edc092770.zip
one further change to support gnutls without libgcrypt
-rw-r--r--runtime/nsd_gtls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/nsd_gtls.c b/runtime/nsd_gtls.c
index 9dda795d..15340738 100644
--- a/runtime/nsd_gtls.c
+++ b/runtime/nsd_gtls.c
@@ -56,7 +56,9 @@
#define CRLFILE "crl.pem"
+#if GNUTLS_VERSION_NUMBER <= 0x020b00
GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#endif
MODULE_TYPE_LIB
MODULE_TYPE_KEEP