diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2018-12-31 18:26:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2018-12-31 18:26:55 +0000 |
commit | 3560039a541c29bbf1394da81acc8b91315dac28 (patch) | |
tree | 5bf52951799e68b479295aceab93483a481ad7b6 /net/netatalk3/files/patch-etc_uams_openssl__compat.h | |
parent | devel/android-tools-adb: drop unused variable after r448522 (diff) |
Update to 3.1.12.
See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html for the
changes in this release.
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 |