- Timestamp:
- Jan 24, 2009, 12:47:18 PM (13 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 7ef38d4
- Parents:
- f46e1f2
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (01/24/09 12:47:18)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (01/24/09 12:47:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
rf46e1f2 r8663ace 79 79 } mgs_dirconf_rec; 80 80 81 82 /* The maximum number of client CA certificates allowed.83 */84 #define MAX_CA_CRTS 12885 81 86 82 /* The maximum number of certificates to send in a chain … … 112 108 const char* srp_tpasswd_file; 113 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 111 gnutls_openpgp_keyring_t pgp_list; 116 112 unsigned int ca_list_size;
Note: See TracChangeset
for help on using the changeset viewer.