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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 68ca48dcc3..750da73ad6 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1145,6 +1145,7 @@ typedef struct {
#define HSK_CRT_REQ_SENT (1<<5)
#define HSK_CRT_REQ_GOT_SIG_ALGO (1<<6)
#define HSK_KEY_UPDATE_ASKED (1<<7) /* flag is not used during handshake */
+#define HSK_FALSE_START_USED (1<<8) /* TLS1.2 only */
unsigned hsk_flags;
time_t last_key_update;
@@ -1195,8 +1196,6 @@ typedef struct {
char saved_username[MAX_USERNAME_SIZE+1];
bool saved_username_set;
- bool false_start_used; /* non-zero if false start was used for appdata */
-
/* Needed for TCP Fast Open (TFO), set by gnutls_transport_set_fastopen() */
tfo_st tfo;