| Index: net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc b/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| index ba8a85c08472c27a6e3c53cf01acd352750f45e5..abbc56586725c8feeb0e32c60515ec8295a00168 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| +++ b/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| @@ -48,7 +48,7 @@ const char* Aes128Gcm12Decrypter::cipher_name() const {
|
| return "ECDHE-RSA-AES128-GCM-SHA256";
|
| }
|
|
|
| -uint32 Aes128Gcm12Decrypter::cipher_id() const {
|
| +uint32_t Aes128Gcm12Decrypter::cipher_id() const {
|
| // TODO(rtenneti): when Chromium requires NSS 3.15.2 or later, use
|
| // TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 instead of 0xC02F.
|
| // Or'ed with 0x03000000 to match OpenSSL/BoringSSL implementations.
|
|
|