From 3560039a541c29bbf1394da81acc8b91315dac28 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 31 Dec 2018 18:26:55 +0000 Subject: Update to 3.1.12. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html for the changes in this release. --- net/netatalk3/files/patch-etc_uams_openssl__compat.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/netatalk3/files/patch-etc_uams_openssl__compat.h (limited to 'net/netatalk3/files/patch-etc_uams_openssl__compat.h') 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 -- cgit v1.2.3