summaryrefslogtreecommitdiffstats
path: root/base/crypto/encryptor_openssl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/crypto/encryptor_openssl.cc')
-rw-r--r--base/crypto/encryptor_openssl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/crypto/encryptor_openssl.cc b/base/crypto/encryptor_openssl.cc
index 44ae932..7e09545 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_; }