Bug 61592 - Build failure when compression is not available
Summary: Build failure when compression is not available
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.5-HEAD
Hardware: PC FreeBSD
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2017-10-07 16:12 UTC by Bernard Spil
Modified: 2017-10-08 11:40 UTC (History)
0 users



Attachments
diff for modules/ssl/ssl_engine_config.c (480 bytes, patch)
2017-10-07 16:12 UTC, Bernard Spil
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil 2017-10-07 16:12:49 UTC
Created attachment 35400 [details]
diff for modules/ssl/ssl_engine_config.c

If OpenSSL is built without compression support, build fails on modules/ssl/ssl_engine_config.h in new code related to the policies.

Fixed by adding OPENSSL_NO_COMP check.

FreeBSD 11.1-p1 amd64
LibreSSL 2.6.2
svn up 2017-10-07
Comment 1 Yann Ylavic 2017-10-08 11:40:40 UTC
Thanks, fixed in r1811475.