summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-17 20:16:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-17 22:16:34 +0200
commit5e4f7a5f22de308e886730cdcbdefa4a0845794d (patch)
treecd3932ffe288d107cd0194dd8e64106b9774f835 /lib/gnutls_int.h
parentc1c28f186aeff23f012d4ff3471c7551522eeee6 (diff)
downloadgnutls-5e4f7a5f22de308e886730cdcbdefa4a0845794d.tar.gz
Added gnutls_sign_algorithm_get().
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h3
1 files changed, 3 insertions, 0 deletions
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.
*/