From 621d7044f31d297fbfca56c4100e1d3b16ede1c2 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Wed, 29 Apr 2020 13:40:34 -0400 Subject: [PATCH] remote unused temp_mutex --- src/crypto_openssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto_openssl.c b/src/crypto_openssl.c index ca25674..dd26855 100644 --- a/src/crypto_openssl.c +++ b/src/crypto_openssl.c @@ -150,7 +150,6 @@ static int sqlcipher_openssl_deactivate(void *ctx) { openssl_init_count--; if(openssl_init_count == 0) { - sqlite3_mutex *temp_mutex; if(openssl_external_init == 0) { /* if OpenSSL hasn't be initialized externally, and the counter reaches zero after it's decremented, release EVP memory