diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index db3d655b25..c5f00372e3 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -1143,6 +1143,7 @@ typedef struct { /* extensions received during client or server hello */ tls_ext_vals_st hello_ext; + gnutls_ext_flags_t ext_msg; /* accessed through _gnutls_ext_get/set_msg() */ /* this is not the negotiated max_record_recv_size, but the actual maximum * receive size */ |