diff options
author | Nokis Mavrogiannopoulos | 2007-12-03 18:26:23 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2007-12-03 18:26:23 +0000 |
commit | 16d0fc76a6981f3f2562cdcade76179e9805dfd8 (patch) | |
tree | e43ac10d8d663abc12c958695243485398c1e6a9 /include/mod_gnutls.h.in | |
parent | 7854add288a2b22a072d430460a21ebac547fb37 (diff) |
better handling of RSAFile and DHFile
Diffstat (limited to 'include/mod_gnutls.h.in')
-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]; |