aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_rsa_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/auth_rsa_export.c')
-rw-r--r--src/daemon/https/tls/auth_rsa_export.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/https/tls/auth_rsa_export.c b/src/daemon/https/tls/auth_rsa_export.c
index bc8fecea..5442c8ba 100644
--- a/src/daemon/https/tls/auth_rsa_export.c
+++ b/src/daemon/https/tls/auth_rsa_export.c
@@ -77,7 +77,6 @@ gen_rsa_export_server_kx (mhd_gtls_session_t session, opaque ** data)
77 gnutls_privkey *apr_pkey; 77 gnutls_privkey *apr_pkey;
78 int apr_cert_list_length; 78 int apr_cert_list_length;
79 gnutls_datum_t signature, ddata; 79 gnutls_datum_t signature, ddata;
80 cert_auth_info_t info;
81 mhd_gtls_cert_credentials_t cred; 80 mhd_gtls_cert_credentials_t cred;
82 81
83 cred = (mhd_gtls_cert_credentials_t) 82 cred = (mhd_gtls_cert_credentials_t)
@@ -123,7 +122,6 @@ gen_rsa_export_server_kx (mhd_gtls_session_t session, opaque ** data)
123 return ret; 122 return ret;
124 } 123 }
125 124
126 info = mhd_gtls_get_auth_info (session);
127 mhd_gtls_rsa_export_set_pubkey (session, rsa_mpis[1], rsa_mpis[0]); 125 mhd_gtls_rsa_export_set_pubkey (session, rsa_mpis[1], rsa_mpis[0]);
128 126
129 mhd_gtls_mpi_print (NULL, &n_m, rsa_mpis[0]); 127 mhd_gtls_mpi_print (NULL, &n_m, rsa_mpis[0]);