Index: head/net/netatalk3/files/patch-etc_uams_openssl__compat.h =================================================================== --- head/net/netatalk3/files/patch-etc_uams_openssl__compat.h (nonexistent) +++ head/net/netatalk3/files/patch-etc_uams_openssl__compat.h (revision 489197) @@ -0,0 +1,11 @@ +--- etc/uams/openssl_compat.h.orig 2019-01-03 18:36:43.123024000 +0000 ++++ etc/uams/openssl_compat.h 2019-01-03 18:37:02.918877000 +0000 +@@ -11,7 +11,7 @@ http://www.gnu.org/licenses/old-licenses + #ifndef OPENSSL_COMPAT_H + #define OPENSSL_COMPAT_H + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) + 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 Property changes on: head/net/netatalk3/files/patch-etc_uams_openssl__compat.h ___________________________________________________________________ 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