From: Nikos Mavrogiannopoulos Date: Tue, 7 Oct 2014 09:19:39 +0000 (+0200) Subject: removed unused definition X-Git-Tag: gnutls_3_4_0~833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20e09d93b8f5c2692ae8d13669042edbc295d47;p=thirdparty%2Fgnutls.git removed unused definition --- diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 71b092c1bc..f267002710 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -755,9 +755,6 @@ typedef struct gnutls_session_int *gnutls_session_t; struct gnutls_dh_params_int; typedef struct gnutls_dh_params_int *gnutls_dh_params_t; -struct gnutls_ecdh_params_int; -typedef struct gnutls_ecdh_params_int *gnutls_ecdh_params_t; - /* XXX ugly. */ struct gnutls_x509_privkey_int; typedef struct gnutls_x509_privkey_int *gnutls_rsa_params_t; @@ -775,7 +772,6 @@ typedef struct gnutls_params_st { gnutls_params_type_t type; union params { gnutls_dh_params_t dh; - gnutls_ecdh_params_t ecdh; gnutls_rsa_params_t rsa_export; } params; int deinit;