From: Ryan Bloom Date: Mon, 13 Aug 2001 23:06:06 +0000 (+0000) Subject: Install the SSL header files. X-Git-Tag: 2.0.24~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e62f93cd44ff35915e731011f3c54709860046b;p=apache Install the SSL header files. Submitted by: John Sterling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90145 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1417ec182f..4aacd9d2fb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 2.0.24-dev + *) Install the SSL headers. [John Sterling ] + *) Begin to sanitize the MPM configuration directives. Now, all MPMs use the same functions for all common MPM directives. This should make it easier to catch all bugs in these directives once. diff --git a/Makefile.in b/Makefile.in index 7948cf20c4..84ea6ac63e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,6 +107,7 @@ install-include: @cp -p $(srcdir)/server/mpm/$(MPM_NAME)/*.h $(includedir) @cp -p $(srcdir)/modules/dav/main/mod_dav.h $(includedir) @cp -p $(srcdir)/modules/filters/mod_include.h $(includedir) + @cp -p $(srcdir)/modules/ssl/*.h $(includedir) @cp -p $(srcdir)/srclib/pcre/*.h $(includedir) @cp -p $(srcdir)/srclib/apr/include/*.h $(includedir) @cp -p $(srcdir)/srclib/apr-util/include/*.h $(includedir)