diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mod_gnutls.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in index 11c35aa..6a311a3 100644 --- a/include/mod_gnutls.h.in +++ b/include/mod_gnutls.h.in | |||
@@ -96,11 +96,11 @@ typedef struct | |||
96 | */ | 96 | */ |
97 | int export_certificates_enabled; | 97 | int export_certificates_enabled; |
98 | gnutls_priority_t priorities; | 98 | gnutls_priority_t priorities; |
99 | gnutls_rsa_params_t rsa_params; | ||
100 | gnutls_dh_params_t dh_params; | ||
99 | int cache_timeout; | 101 | int cache_timeout; |
100 | mgs_cache_e cache_type; | 102 | mgs_cache_e cache_type; |
101 | const char* cache_config; | 103 | const char* cache_config; |
102 | const char* rsa_params_file; | ||
103 | const char* dh_params_file; | ||
104 | const char* srp_tpasswd_file; | 104 | const char* srp_tpasswd_file; |
105 | const char* srp_tpasswd_conf_file; | 105 | const char* srp_tpasswd_conf_file; |
106 | gnutls_x509_crt_t ca_list[MAX_CA_CRTS]; | 106 | gnutls_x509_crt_t ca_list[MAX_CA_CRTS]; |