Date: Sun, 28 Oct 2018 10:42:05 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Palle Girgensohn <girgen@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r481884 - head/devel/xmltooling/files Message-ID: <20181028104205.GA20356@FreeBSD.org> In-Reply-To: <201810120837.w9C8bEP6083525@repo.freebsd.org> References: <201810120837.w9C8bEP6083525@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 12, 2018 at 08:37:14AM +0000, Palle Girgensohn wrote: > New Revision: 481884 > URL: https://svnweb.freebsd.org/changeset/ports/481884 > > Log: > Fix build problem with OpenSSL-1.1.1 > > +@@ -91,6 +91,7 @@ const BIGNUM *xmltooling::DSA_get0_privk > + #endif > + } > + > ++#if (OPENSSL_VERSION_NUMBER < 0x1010100fL) > + const BIGNUM *xmltooling::RSA_get0_n(const RSA *rsa) > + { > + #if (OPENSSL_VERSION_NUMBER < 0x10100000L) > +@@ -123,3 +124,4 @@ const BIGNUM *xmltooling::RSA_get0_d(con > + return result; These checks look strange, I think it should be 0x10100005L in both places. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181028104205.GA20356>