summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-10 10:18:16 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-10 11:42:28 +0200
commit63d331755f55fc121481b42d7ac3210c89603ea8 (patch)
tree27057a9dc890dc52384d72c13542868219efa90c /lib/gnutls_int.h
parent14aa5a5f99f1e50a3643a008c8aed358a1517def (diff)
downloadgnutls-remove-rsa-export.tar.gz
Removed support for EXPORT ciphersuitesremove-rsa-export
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index cafaa914b3..1155f082d6 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -256,9 +256,6 @@ struct gnutls_key_st
bigint_t b;
bigint_t a;
bigint_t x;
- /* RSA: e, m
- */
- bigint_t rsa[2];
/* this is used to hold the peers authentication data
*/
@@ -463,8 +460,6 @@ typedef struct
{
gnutls_dh_params_t dh_params;
int free_dh_params;
- gnutls_rsa_params_t rsa_params;
- int free_rsa_params;
} internal_params_st;