Date: Sun, 11 Jun 2017 16:26:49 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443396 - head/mail/cyrus-imapd24/files Message-ID: <201706111626.v5BGQnm3073755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Sun Jun 11 16:26:49 2017 New Revision: 443396 URL: https://svnweb.freebsd.org/changeset/ports/443396 Log: Fix build with LibreSSL. PR: 219922 Added: head/mail/cyrus-imapd24/files/patch-imap_tls.c (contents, props changed) Added: head/mail/cyrus-imapd24/files/patch-imap_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cyrus-imapd24/files/patch-imap_tls.c Sun Jun 11 16:26:49 2017 (r443396) @@ -0,0 +1,11 @@ +--- imap/tls.c.orig 2017-05-15 05:43:30 UTC ++++ imap/tls.c +@@ -225,7 +225,7 @@ static RSA *tmp_rsa_cb(SSL * s __attribu + } + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + /* replacements for new 1.1 API accessors */ + /* XXX probably put these somewhere central */ + static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706111626.v5BGQnm3073755>