Chromium Code Reviews| Index: base/crypto/encryptor_openssl.cc |
| diff --git a/base/crypto/encryptor_openssl.cc b/base/crypto/encryptor_openssl.cc |
| index 44ae932d1e03a915c1894877acca70f2a579e509..7e0954577698b1e0c498abf8b2f810b8447f8f79 100644 |
| --- a/base/crypto/encryptor_openssl.cc |
| +++ b/base/crypto/encryptor_openssl.cc |
| @@ -34,7 +34,7 @@ class ScopedCipherCTX { |
| } |
| ~ScopedCipherCTX() { |
| EVP_CIPHER_CTX_cleanup(&ctx_); |
| - ClearOpenSSLERRStack(); |
| + ClearOpenSSLERRStack(FROM_HERE); |
| } |
| EVP_CIPHER_CTX* get() { return &ctx_; } |