From 5e4f7a5f22de308e886730cdcbdefa4a0845794d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 17 Aug 2012 20:16:35 +0200 Subject: Added gnutls_sign_algorithm_get(). --- lib/gnutls_int.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/gnutls_int.h') diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index edb160ab2f..8da69782f2 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -499,6 +499,9 @@ typedef struct gnutls_ecc_curve_t ecc_curve; /* holds the first supported ECC curve requested by client */ gnutls_protocol_t version; /* moved here */ + /* Holds the signature algorithm used in this session - If any */ + gnutls_sign_algorithm_t sign_algo; + /* FIXME: The following are not saved in the session storage * for session resumption. */ -- cgit v1.2.1