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

switch from SSLSrvConfigRec* to modssl_ctx_t* in the ssl_init_ctx*

functions


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2002-03-28 19:48:31 +00:00
parent 038f201cbb
commit 78b02f8110
2 changed files with 72 additions and 72 deletions

View File

@@ -213,8 +213,6 @@ static void modssl_ctx_cfg_merge(modssl_ctx_t *base,
modssl_ctx_t *add,
modssl_ctx_t *mrg)
{
cfgMerge(sc, NULL);
cfgMerge(ssl_ctx, NULL);
cfgMerge(pks, NULL);