summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_scache_shmcb.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-02-28 19:06:35 +0100
committerJoe Orton <jorton@apache.org>2004-02-28 19:06:35 +0100
commit3ca3524c318f56ce0b8bc62e2400d943de13bed0 (patch)
treef96ce30cc5b9916731eb1c798f69a6a8bf3795dc /modules/ssl/ssl_scache_shmcb.c
parentUse SSL_CLIENT_CERT_CHAIN_<n> with an underscore before the <n>. (diff)
downloadapache2-3ca3524c318f56ce0b8bc62e2400d943de13bed0.tar.xz
apache2-3ca3524c318f56ce0b8bc62e2400d943de13bed0.zip
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
Diffstat (limited to 'modules/ssl/ssl_scache_shmcb.c')
-rw-r--r--modules/ssl/ssl_scache_shmcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_scache_shmcb.c b/modules/ssl/ssl_scache_shmcb.c
index ee870cc101..5d5e75c70b 100644
--- a/modules/ssl/ssl_scache_shmcb.c
+++ b/modules/ssl/ssl_scache_shmcb.c
@@ -23,7 +23,7 @@
* Session Cache via Shared Memory (Cyclic Buffer Variant)
*/
-#include "mod_ssl.h"
+#include "ssl_private.h"
/*
* This shared memory based SSL session cache implementation was