From: Fabian Keil Date: Tue, 25 Aug 2009 16:48:41 +0000 (+0200) Subject: Remove write-only variable info in gen_rsa_export_server_kx(). X-Git-Tag: gnutls_2_9_4~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9c21aed41cf2cbd3c0949742e201f6a94cece35;p=thirdparty%2Fgnutls.git Remove write-only variable info in gen_rsa_export_server_kx(). Signed-off-by: Simon Josefsson --- diff --git a/lib/auth_rsa_export.c b/lib/auth_rsa_export.c index b5610638fc..606f85c468 100644 --- a/lib/auth_rsa_export.c +++ b/lib/auth_rsa_export.c @@ -76,7 +76,6 @@ gen_rsa_export_server_kx (gnutls_session_t session, opaque ** data) gnutls_privkey *apr_pkey; int apr_cert_list_length; gnutls_datum_t signature, ddata; - cert_auth_info_t info; gnutls_certificate_credentials_t cred; cred = (gnutls_certificate_credentials_t) @@ -122,7 +121,6 @@ gen_rsa_export_server_kx (gnutls_session_t session, opaque ** data) return ret; } - info = _gnutls_get_auth_info (session); _gnutls_rsa_export_set_pubkey (session, rsa_mpis[1], rsa_mpis[0]); _gnutls_mpi_print (rsa_mpis[0], NULL, &n_m);