From: Doug MacEachern Date: Fri, 8 Mar 2002 00:03:50 +0000 (+0000) Subject: remove unused ap_server_ctx member from SSLSrvConfigRec X-Git-Tag: CHANGES~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e359ecfc06e958b8b30d25bf4fcb84884fe0b294;p=thirdparty%2Fapache%2Fhttpd.git remove unused ap_server_ctx member from SSLSrvConfigRec git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93785 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 235bf5cb68e..444c1df0a78 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -538,7 +538,6 @@ typedef struct { const char *szVHostID; int nVHostID_length; BOOL bEnabled; - apr_table_t *ap_server_ctx; const char *szPublicCertFile[SSL_AIDX_MAX]; const char *szPrivateKeyFile[SSL_AIDX_MAX]; const char *szCertificateChain;