From a3c97d1f759cf5fce5dc5fa7aeb5b4812e6c89a1 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 03 Dec 2007 18:26:23 +0000 Subject: better handling of RSAFile and DHFile --- (limited to 'include') 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 */ int export_certificates_enabled; gnutls_priority_t priorities; + gnutls_rsa_params_t rsa_params; + gnutls_dh_params_t dh_params; int cache_timeout; mgs_cache_e cache_type; const char* cache_config; - const char* rsa_params_file; - const char* dh_params_file; const char* srp_tpasswd_file; const char* srp_tpasswd_conf_file; gnutls_x509_crt_t ca_list[MAX_CA_CRTS]; -- cgit v0.9.2