mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
* We only need this in case HAVE_SSL_CONF_CMD is defined
[Reverted by r1781311] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -98,11 +98,13 @@ BOOL ssl_config_global_isfixed(SSLModConfigRec *mc)
|
||||
** _________________________________________________________________
|
||||
*/
|
||||
|
||||
#ifdef HAVE_SSL_CONF_CMD
|
||||
static apr_status_t modssl_ctx_config_cleanup(void *ctx)
|
||||
{
|
||||
SSL_CONF_CTX_free(ctx);
|
||||
return APR_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void modssl_ctx_init(modssl_ctx_t *mctx, apr_pool_t *p)
|
||||
{
|
||||
|
Reference in New Issue
Block a user