summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 654aafacd9..1380242434 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -364,10 +364,8 @@ typedef struct gnutls_dh_params_int
typedef struct
{
- gnutls_dh_params_t anon_dh_params;
- int free_anon_dh_params;
- gnutls_dh_params_t cert_dh_params;
- int free_cert_dh_params;
+ gnutls_dh_params_t dh_params;
+ int free_dh_params;
gnutls_rsa_params_t rsa_params;
int free_rsa_params;
} internal_params_st;