summaryrefslogtreecommitdiff
path: root/lib/auth/srp_rsa.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 11:44:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 16:52:32 +0200
commit77c58a3f62c474d1c05809683d33f4b03e33bdf5 (patch)
tree27a139f0aff0f68d0d890fc490ea74358be5629b /lib/auth/srp_rsa.c
parente798c51c992e0d780e000354c6c33fb7f3dea9b2 (diff)
downloadgnutls-77c58a3f62c474d1c05809683d33f4b03e33bdf5.tar.gz
Removed all references to certificate typestmp-remove-cert-type-refs
This removes all code related to certificate type selection and use. Should be merged if we do not add other certificate types in the future. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/auth/srp_rsa.c')
-rw-r--r--lib/auth/srp_rsa.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/auth/srp_rsa.c b/lib/auth/srp_rsa.c
index f7e9cccf02..e348a8d53e 100644
--- a/lib/auth/srp_rsa.c
+++ b/lib/auth/srp_rsa.c
@@ -237,10 +237,7 @@ proc_srp_cert_server_kx(gnutls_session_t session, uint8_t * data,
signature.size = sigsize;
ret =
- _gnutls_get_auth_info_pcert(&peer_cert,
- session->security_parameters.
- cert_type, info);
-
+ _gnutls_get_auth_info_pcert(&peer_cert, info);
if (ret < 0) {
gnutls_assert();
return ret;