Index: net/quic/crypto/scoped_evp_cipher_ctx.h |
diff --git a/net/quic/crypto/scoped_evp_cipher_ctx.h b/net/quic/crypto/scoped_evp_cipher_ctx.h |
index a241eea2f3c64d0a3a350d3d2fcc9ebe2da466ab..8741c3ec8f9365b7f8a12373856bcad86bdbd597 100644 |
--- a/net/quic/crypto/scoped_evp_cipher_ctx.h |
+++ b/net/quic/crypto/scoped_evp_cipher_ctx.h |
@@ -18,9 +18,7 @@ namespace net { |
// functions. |
class ScopedEVPCipherCtx { |
public: |
- ScopedEVPCipherCtx() { |
- EVP_CIPHER_CTX_init(&ctx_); |
- } |
+ ScopedEVPCipherCtx() { EVP_CIPHER_CTX_init(&ctx_); } |
~ScopedEVPCipherCtx() { |
int rv = EVP_CIPHER_CTX_cleanup(&ctx_); |