| Index: net/quic/crypto/crypto_handshake.cc
|
| diff --git a/net/quic/crypto/crypto_handshake.cc b/net/quic/crypto/crypto_handshake.cc
|
| index 408b76bdecff8a02c23856ef35bd247832edc63b..5a928b6e0cdc1932958e5144100cbd3b2c20373b 100644
|
| --- a/net/quic/crypto/crypto_handshake.cc
|
| +++ b/net/quic/crypto/crypto_handshake.cc
|
| @@ -13,7 +13,8 @@ namespace net {
|
|
|
| QuicCryptoNegotiatedParameters::QuicCryptoNegotiatedParameters()
|
| : key_exchange(0),
|
| - aead(0) {
|
| + aead(0),
|
| + x509_ecdsa_supported(false) {
|
| }
|
|
|
| QuicCryptoNegotiatedParameters::~QuicCryptoNegotiatedParameters() {}
|
|
|