summaryrefslogtreecommitdiffstatsabout
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mod_gnutls.h.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in
index 9af95a0..ec28e07 100644
--- a/include/mod_gnutls.h.in
+++ b/include/mod_gnutls.h.in
@@ -79,10 +79,6 @@ typedef struct
79} mgs_dirconf_rec; 79} mgs_dirconf_rec;
80 80
81 81
82/* The maximum number of client CA certificates allowed.
83 */
84#define MAX_CA_CRTS 128
85
86/* The maximum number of certificates to send in a chain 82/* The maximum number of certificates to send in a chain
87 */ 83 */
88#define MAX_CHAIN_SIZE 8 84#define MAX_CHAIN_SIZE 8
@@ -111,7 +107,7 @@ typedef struct
111 const char* cache_config; 107 const char* cache_config;
112 const char* srp_tpasswd_file; 108 const char* srp_tpasswd_file;
113 const char* srp_tpasswd_conf_file; 109 const char* srp_tpasswd_conf_file;
114 gnutls_x509_crt_t ca_list[MAX_CA_CRTS]; 110 gnutls_x509_crt_t *ca_list;
115 gnutls_openpgp_keyring_t pgp_list; 111 gnutls_openpgp_keyring_t pgp_list;
116 unsigned int ca_list_size; 112 unsigned int ca_list_size;
117 int client_verify_mode; 113 int client_verify_mode;