aboutsummaryrefslogtreecommitdiffstats
path: root/community/yadifa/libressl-2.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/yadifa/libressl-2.7.patch')
-rw-r--r--community/yadifa/libressl-2.7.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/yadifa/libressl-2.7.patch b/community/yadifa/libressl-2.7.patch
new file mode 100644
index 0000000000..dae8ba14f8
--- /dev/null
+++ b/community/yadifa/libressl-2.7.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/dnscore/include/dnscore/dnskey.h b/lib/dnscore/include/dnscore/dnskey.h
+index 98d4347..af7705b 100644
+--- a/lib/dnscore/include/dnscore/dnskey.h
++++ b/lib/dnscore/include/dnscore/dnskey.h
+@@ -95,8 +95,6 @@
+ //
+ #if OPENSSL_VERSION_NUMBER < 0x10100000L
+ #define SSL_API_LT_110 1
+-#elif defined(LIBRESSL_VERSION_NUMBER)
+-#define SSL_API_LT_110 1
+ #else
+ #define SSL_API_LT_110 0
+ #endif