https://bz.apache.org/bugzilla/show_bug.cgi?id=61184
Bug ID: 61184
Summary: [PATCH] Fix build with LibreSSL in 2.4.26-dev
Product: Apache httpd-2
Version: 2.4-HEAD
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: bugs@httpd.apache.org
Reporter: brnrd@freebsd.org
Target Milestone: ---
Created attachment 35052
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35052&action=edit
unified diff for httpd 2.4.26-dev
Hi,
Just tried building httpd 2.4.26-dev with LibreSSL and ran into some compile
failures. These failures are related to the added OpenSSL 1.1 support in
2.4.26.
LibreSSL defines OPENSSL_VERSION_NUMBER as 0x20000000L whereas it does not
implement all post-1.0.1f (point of forking) features. LibreSSL added
LIBRESSL_VERSION_NUMBER allowing checks.
Attached patches touch mod_ssl and ab. Adding checks for
defined(LIBRESSL_VERSION_NUMBER).
Hope you can still include these in the release.
Thanks,
Bernard Spil
Maintainer of OpenSSL and LibreSSL ports in FreeBSD.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|