https://issues.apache.org/bugzilla/show_bug.cgi?id=57375

            Bug ID: 57375
           Summary: [PATCH] Unbreak build with LibreSSL
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32309
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32309&action=edit
Patch for apache24 to build cleanly with LibreSSL

Apache 2.4 (and 2.2) can not be built when LibreSSL is used as SSL library.
LibreSSL has (amongst others)
  - removed RAND_egd
  - removed CHIL engine
  - added SSL_CTX_use_certificate_chain
this leads to build failures for missing and redefining functions. This patch
fixes these errors by
  - adding a check for RAND_egd and SSL_CTX_use_certificate_chain
  - using an already available define for CHIL
  - using defines for the added checks

Patch attached, this applies without issue to a cleanly extracted httpd-2.4.10
tree.
This has also been submitted as a report at FreeBSD, see
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196139

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to