mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-31 06:21:07 +00:00
remote unused temp_mutex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user