diff options
author | Stefan Eissing <icing@apache.org> | 2021-03-26 12:27:34 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-03-26 12:27:34 +0100 |
commit | 587d17015167f442c98efaf497504fe3825a3fe7 (patch) | |
tree | b0eef6fc010df94ef358fb3b00e205bea1b27c87 /server/core.c | |
parent | mod_md: make certain that the post config after ssl part runs really late. (diff) | |
download | apache2-587d17015167f442c98efaf497504fe3825a3fe7.tar.xz apache2-587d17015167f442c98efaf497504fe3825a3fe7.zip |
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/core.c')
-rw-r--r-- | server/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/core.c b/server/core.c index 44d832b07a..4d777b9b8e 100644 --- a/server/core.c +++ b/server/core.c @@ -38,6 +38,7 @@ #include "http_core.h" #include "http_protocol.h" /* For index_of_response(). Grump. */ #include "http_request.h" +#include "http_ssl.h" #include "http_vhost.h" #include "http_main.h" /* For the default_handler below... */ #include "http_log.h" |