]> granicus.if.org Git - apache/commit
mod_ssl: Fix cmake-based build.
authorRainer Jung <rjung@apache.org>
Mon, 9 Apr 2018 07:30:11 +0000 (07:30 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 9 Apr 2018 07:30:11 +0000 (07:30 +0000)
commit24d84b5bd778fbd5d01021759dcc0f5c5132fe7b
treeb93ebbbe7095436faa412086bee4cd7a4e4b4887
parent18c1282d6e94e18df897bc8d5e3214f9a9ebc789
mod_ssl: Fix cmake-based build.

modules/md/mod_md.h is now a new public API
also used by other modules (currently mod_ssl),
so it must be in the include path. It was
missing for cmake builds.

Note that this change does not yet enable building
mod_md itself using cmake. That part is still
missing.

CTR (cmake builds only).

Backport of r1828669 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1828670 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
CMakeLists.txt