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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user