Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 3a2cf3d1bc8ccf82e2b13a77ee75594f8e25de7b..f1bbd47f17ecf0f8f301b245b6412ca99fb42e46 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -47,7 +47,6 @@ const QuicTag kC255 = TAG('C', '2', '5', '5'); // ECDH, Curve25519 |
// AEAD algorithms |
const QuicTag kNULL = TAG('N', 'U', 'L', 'N'); // null algorithm |
const QuicTag kAESG = TAG('A', 'E', 'S', 'G'); // AES128 + GCM-12 |
-const QuicTag kCC12 = TAG('C', 'C', '1', '2'); // ChaCha20 + Poly1305 |
const QuicTag kCC20 = TAG('C', 'C', '2', '0'); // ChaCha20 + Poly1305 RFC7539 |
// Socket receive buffer |