]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
authorJoe Orton <jorton@apache.org>
Sat, 28 Feb 2004 18:06:35 +0000 (18:06 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 28 Feb 2004 18:06:35 +0000 (18:06 +0000)
commit209cf9cd76793feb974691f6059d2b8cd9175ad7
tree2e57182631efaa324be7713b1034ab0d67f58d77
parent0f87243c8d70fe3bc0f17b897cbd750fe8e7b920
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/modules/ssl@102803 13f79535-47bb-0310-9956-ffa450edef68
27 files changed:
config.m4
mod_ssl.c
mod_ssl.dsp
mod_ssl.h
ssl_engine_config.c
ssl_engine_dh.c
ssl_engine_init.c
ssl_engine_io.c
ssl_engine_kernel.c
ssl_engine_log.c
ssl_engine_mutex.c
ssl_engine_pphrase.c
ssl_engine_rand.c
ssl_engine_vars.c
ssl_expr.c
ssl_expr_eval.c
ssl_expr_parse.c
ssl_expr_parse.y
ssl_expr_scan.c
ssl_expr_scan.l
ssl_private.h [new file with mode: 0644]
ssl_scache.c
ssl_scache_dbm.c
ssl_scache_dc.c
ssl_scache_shmcb.c
ssl_util.c
ssl_util_ssl.c