| Index: net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_encrypter.h b/net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| index ca9a2b1fca609576f3a1475a28050af08c138332..451f84df6f8050bd5e4374ebf30b5dc85f05250a 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| +++ b/net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| @@ -61,6 +61,8 @@ class NET_EXPORT_PRIVATE Aes128Gcm12Encrypter : public QuicEncrypter {
|
| unsigned char key_[16];
|
| // The nonce prefix.
|
| unsigned char nonce_prefix_[4];
|
| + // last_seq_num_ is the last sequence number observed.
|
| + QuicPacketSequenceNumber last_seq_num_;
|
|
|
| #if defined(USE_OPENSSL)
|
| ScopedEVPCipherCtx ctx_;
|
|
|