diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index cd2adc103d..d7ca6ed473 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -867,6 +867,7 @@ struct record_state_st { unsigned aead_tag_size; unsigned is_aead; uint64_t sequence_number; + gnutls_record_encryption_level_t level; }; @@ -1244,6 +1245,7 @@ typedef struct { int16_t h_post; /* whether post-generation/receive */ gnutls_handshake_secret_func secret_func; + gnutls_handshake_read_func read_func; /* holds the selected certificate and key. * use _gnutls_selected_certs_deinit() and _gnutls_selected_certs_set() |