]> granicus.if.org Git - apache/commitdiff
missing file from r915660, major MMN bump already in original revision
authorEric Covener <covener@apache.org>
Wed, 24 Feb 2010 18:49:46 +0000 (18:49 +0000)
committerEric Covener <covener@apache.org>
Wed, 24 Feb 2010 18:49:46 +0000 (18:49 +0000)
for this file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@915923 13f79535-47bb-0310-9956-ffa450edef68

include/util_ldap.h

index b5c54c91da62b8219fd272953ab443f2b0e60082..9ff969d84629b25361798eead13a5d65dca427dd 100644 (file)
@@ -125,6 +125,7 @@ typedef struct util_ldap_connection_t {
 typedef struct util_ldap_config_t {
     int ChaseReferrals;
     int ReferralHopLimit;
+    apr_array_header_t *client_certs;  /* Client certificates */
 } util_ldap_config_t;
 
 /* LDAP cache state information */ 
@@ -145,7 +146,6 @@ typedef struct util_ldap_state_t {
     struct util_ldap_connection_t *connections;
     int   ssl_supported;
     apr_array_header_t *global_certs;  /* Global CA certificates */
-    apr_array_header_t *client_certs;  /* Client certificates */
     int   secure;
     int   secure_set;