- Timestamp:
- Jan 11, 2013, 12:57:39 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 4e539d3, 66b608e
- Parents:
- 4ecf14f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r4ecf14f r52b649e 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.