From 8663ace30034bc7c7e0775ed48a77c5f7f5c8da2 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 24 Jan 2009 17:47:18 +0000 Subject: removed limit on ca certificates' number --- (limited to 'include/mod_gnutls.h.in') 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 } mgs_dirconf_rec; -/* The maximum number of client CA certificates allowed. - */ -#define MAX_CA_CRTS 128 - /* The maximum number of certificates to send in a chain */ #define MAX_CHAIN_SIZE 8 @@ -111,7 +107,7 @@ typedef struct const char* cache_config; const char* srp_tpasswd_file; const char* srp_tpasswd_conf_file; - gnutls_x509_crt_t ca_list[MAX_CA_CRTS]; + gnutls_x509_crt_t *ca_list; gnutls_openpgp_keyring_t pgp_list; unsigned int ca_list_size; int client_verify_mode; -- cgit v0.9.2