aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns/libressl-2.7.patch
blob: 88e8d6013d9f2a7bd78629679e42e1507f6a69b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pdns/opensslsigners.cc b/pdns/opensslsigners.cc
index 8e3bb54..459939a 100644
--- a/pdns/opensslsigners.cc
+++ b/pdns/opensslsigners.cc
@@ -33,7 +33,7 @@
 #include "opensslsigners.hh"
 #include "dnssecinfra.hh"
 
-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER)
+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL)
 /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */
 static pthread_mutex_t *openssllocks;