From: Doug MacEachern Date: Fri, 8 Mar 2002 00:03:50 +0000 (+0000) Subject: remove unused ap_server_ctx member from SSLSrvConfigRec X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8194772457ea83fa392e83b0a273f743de68182;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/modules/ssl@93785 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 235bf5cb68e..444c1df0a78 100644 --- a/mod_ssl.h +++ b/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;