Index: dns/powerdns/files/patch-pdns_opensslsigners.cc =================================================================== --- dns/powerdns/files/patch-pdns_opensslsigners.cc (nonexistent) +++ dns/powerdns/files/patch-pdns_opensslsigners.cc (working copy) @@ -0,0 +1,12 @@ +--- pdns/opensslsigners.cc.orig 2018-02-16 09:52:29 UTC ++++ pdns/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; + Property changes on: dns/powerdns/files/patch-pdns_opensslsigners.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property