1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h

to be included even when mod_ssl is not enabled.

* Makefile.in (install-include): Only install mod_ssl.h.

* modules/ssl/ssl_private.h: New file.

* modules/ssl/mod_ssl.h: Move everything apart from than the optional
hook definitions into ssl_private.h.

* modules/ssl/*.c: Include ssl_private.h not mod_ssl.h

* modules/ssl/config.m4: Always add the mod_ssl directory to the
include path so other modules can find mod_ssl.h.

* modules/proxy/mod_proxy.c: Include mod_ssl.h to pick up the optional
hook definitions rather than copy'n'pasting them.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2004-02-28 18:06:35 +00:00
parent 82d3f1dedc
commit 3ca3524c31
29 changed files with 672 additions and 652 deletions

View File

@@ -27,7 +27,7 @@
I couldn't give it up because by that
time I was too famous.''
-- Unknown */
#include "mod_ssl.h"
#include "ssl_private.h"
/*
* Post Read Request Handler