svn commit: r482744 - in branches/2018Q4/security/pam_ssh_agent_auth: . files

Alexey Dokuchaev danfe at freebsd.org
Wed Oct 24 16:18:33 UTC 2018


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


More information about the svn-ports-all mailing list