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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 4ea8159979..9959c82202 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1445,7 +1445,7 @@ typedef struct {
/* The saved username from PSK or SRP auth */
char saved_username[MAX_USERNAME_SIZE+1];
- bool saved_username_set;
+ int saved_username_size;
/* Needed for TCP Fast Open (TFO), set by gnutls_transport_set_fastopen() */
tfo_st tfo;