diff options
Diffstat (limited to 'net/netatalk3/files/patch-etc_uams_openssl__compat.h')
-rw-r--r-- | net/netatalk3/files/patch-etc_uams_openssl__compat.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/netatalk3/files/patch-etc_uams_openssl__compat.h b/net/netatalk3/files/patch-etc_uams_openssl__compat.h deleted file mode 100644 index b5854e062abf..000000000000 --- a/net/netatalk3/files/patch-etc_uams_openssl__compat.h +++ /dev/null @@ -1,11 +0,0 @@ ---- etc/uams/openssl_compat.h.orig 2016-06-06 11:21:51 UTC -+++ etc/uams/openssl_compat.h -@@ -11,7 +11,7 @@ - #ifndef OPENSSL_COMPAT_H - #define OPENSSL_COMPAT_H - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) - inline static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) - { - /* If the fields p and g in d are NULL, the corresponding input |