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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index aab1fe1e5f..c0e0d7eed7 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1098,9 +1098,9 @@ typedef struct {
struct {
uint16_t type;
gnutls_ext_priv_data_t priv;
- bool set;
gnutls_ext_priv_data_t resumed_priv;
- bool resumed_set;
+ uint8_t set;
+ uint8_t resumed_set;
} ext_data[MAX_EXT_TYPES];
/* In case of a client holds the extensions we sent to the peer;