Date: Wed, 24 Oct 2018 16:18:32 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Guido Falsi <madpilot@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r482744 - in branches/2018Q4/security/pam_ssh_agent_auth: . files Message-ID: <20181024161832.GA32360@FreeBSD.org> In-Reply-To: <201810221246.w9MCkPDY056948@repo.freebsd.org> References: <201810221246.w9MCkPDY056948@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 22, 2018 at 12:46:25PM +0000, Guido Falsi wrote: > New Revision: 482744 > URL: https://svnweb.freebsd.org/changeset/ports/482744 > > Log: > MFH: r482655 > > - Fix build with OpenSSL 1.1.1 > ... > ++#if OPENSSL_VERSION_NUMBER < 0x10100000L I was under impression that correct check is against 0x10100005L (since opaque structs and other API changes were introduced with 1.1.0-pre5), is it so? ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181024161832.GA32360>