diff options
Diffstat (limited to 'dns/powerdns-recursor/files/patch-opensslsigners.cc')
-rw-r--r-- | dns/powerdns-recursor/files/patch-opensslsigners.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dns/powerdns-recursor/files/patch-opensslsigners.cc b/dns/powerdns-recursor/files/patch-opensslsigners.cc deleted file mode 100644 index be96d5f57172..000000000000 --- a/dns/powerdns-recursor/files/patch-opensslsigners.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- opensslsigners.cc.orig 2018-01-22 13:39:07 UTC -+++ opensslsigners.cc -@@ -33,7 +33,8 @@ - #include "opensslsigners.hh" - #include "dnssecinfra.hh" - --#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) -+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \ -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)) - /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ - static pthread_mutex_t *openssllocks; - |