| Index: content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| diff --git a/content/child/webcrypto/openssl/aes_ctr_openssl.cc b/content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| index 65bcdf792ec7f12d7b64af1fa0486b24996429a9..43a1837b08611d426f681e19de9942ece60ccd41 100644
|
| --- a/content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| +++ b/content/child/webcrypto/openssl/aes_ctr_openssl.cc
|
| @@ -50,7 +50,7 @@ Status AesCtrEncrypt128BitCounter(const EVP_CIPHER* cipher,
|
| DCHECK_EQ(16u, counter.byte_length());
|
|
|
| crypto::OpenSSLErrStackTracer err_tracer(FROM_HERE);
|
| - crypto::ScopedOpenSSL<EVP_CIPHER_CTX, EVP_CIPHER_CTX_free>::Type context(
|
| + crypto::ScopedOpenSSL<EVP_CIPHER_CTX, EVP_CIPHER_CTX_free> context(
|
| EVP_CIPHER_CTX_new());
|
|
|
| if (!context.get())
|
|
|