summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/aes_128_gcm_12_encrypter.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/crypto/aes_128_gcm_12_encrypter.h')
-rw-r--r--net/quic/crypto/aes_128_gcm_12_encrypter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/quic/crypto/aes_128_gcm_12_encrypter.h b/net/quic/crypto/aes_128_gcm_12_encrypter.h
index abea8ac2..ca9a2b1 100644
--- a/net/quic/crypto/aes_128_gcm_12_encrypter.h
+++ b/net/quic/crypto/aes_128_gcm_12_encrypter.h
@@ -63,8 +63,6 @@ class NET_EXPORT_PRIVATE Aes128Gcm12Encrypter : public QuicEncrypter {
unsigned char nonce_prefix_[4];
#if defined(USE_OPENSSL)
- // TODO(rtenneti): when Chromium's version of OpenSSL has EVP_AEAD_CTX, merge
- // internal CL 53267501.
ScopedEVPCipherCtx ctx_;
#endif
};