svn commit: r481884 - head/devel/xmltooling/files

Alexey Dokuchaev danfe at freebsd.org
Sun Oct 28 10:42:05 UTC 2018


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


More information about the svn-ports-all mailing list