aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_record.h')
-rw-r--r--src/tls/tls_record.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tls/tls_record.h b/src/tls/tls_record.h
index 8044a12e0..68893af89 100644
--- a/src/tls/tls_record.h
+++ b/src/tls/tls_record.h
@@ -87,7 +87,6 @@ class Connection_Cipher_State
std::unique_ptr<MessageAuthenticationCode> m_mac;
std::unique_ptr<AEAD_Mode> m_aead;
- size_t m_aead_extra = 0;
secure_vector<byte> m_nonce, m_ad;
size_t m_block_size = 0;