mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Clear up a const warning, and recognize some arrays by changing the
variable names to the plural [rather than aszFoo, which I hope continues to be cleaned up as folks have time.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -519,8 +519,8 @@ typedef struct {
|
||||
const char *szVHostID;
|
||||
int nVHostID_length;
|
||||
BOOL bEnabled;
|
||||
const char *szPublicCertFile[SSL_AIDX_MAX];
|
||||
const char *szPrivateKeyFile[SSL_AIDX_MAX];
|
||||
const char *szPublicCertFiles[SSL_AIDX_MAX];
|
||||
const char *szPrivateKeyFiles[SSL_AIDX_MAX];
|
||||
const char *szCertificateChain;
|
||||
const char *szCACertificatePath;
|
||||
const char *szCACertificateFile;
|
||||
|
Reference in New Issue
Block a user