summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 925759049c..f4dc71bb3c 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1091,7 +1091,10 @@ typedef struct {
/* resumed session */
bool resumed; /* RESUME_TRUE or FALSE - if we are resuming a session */
- bool resumption_requested; /* non-zero if resumption was requested by client */
+
+ /* server side: non-zero if resumption was requested by client
+ * client side: non-zero if we set resumption parameters */
+ bool resumption_requested;
security_parameters_st resumed_security_parameters;
gnutls_datum_t resumption_data; /* copy of input to gnutls_session_set_data() */