summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-09 10:50:57 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-09 10:50:57 +0000
commita83a82623599e77b9df86a497fee69896b4dabfe (patch)
treeb3ba164011af142a120dc02855443bce14af6c4e /lib/gnutls_int.h
parent745b110197d9a1af0354a5607bdbe49eda4012a7 (diff)
downloadgnutls-a83a82623599e77b9df86a497fee69896b4dabfe.tar.gz
Optimizations in server certificate callback.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index dd271e9f13..d7e200d043 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -481,6 +481,10 @@ typedef struct {
* user.
*/
uint16 proposed_record_size;
+
+ /* holds the index of the selected certificate.
+ */
+ int selected_cert_index;
} GNUTLS_INTERNALS;
struct GNUTLS_STATE_INT {