]> granicus.if.org Git - apache/commitdiff
remove unused ap_server_ctx member from SSLSrvConfigRec
authorDoug MacEachern <dougm@apache.org>
Fri, 8 Mar 2002 00:03:50 +0000 (00:03 +0000)
committerDoug MacEachern <dougm@apache.org>
Fri, 8 Mar 2002 00:03:50 +0000 (00:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93785 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 235bf5cb68ea93a3fc3c0aedea5b56f41666eb2e..444c1df0a78d120401671363f15ef7aa2854d318 100644 (file)
@@ -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;