We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9245370 commit 8d571c8Copy full SHA for 8d571c8
src/crypto_impl.c
@@ -78,7 +78,7 @@ static volatile sqlite3_mem_methods default_mem_methods;
78
static sqlcipher_provider *default_provider = NULL;
79
80
static sqlite3_mutex* sqlcipher_static_mutex[SQLCIPHER_MUTEX_COUNT];
81
-static volatile FILE* sqlcipher_log_file = NULL;
+static FILE* sqlcipher_log_file = NULL;
82
static volatile int sqlcipher_log_logcat = 0;
83
static volatile unsigned int sqlcipher_log_level = SQLCIPHER_LOG_NONE;
84
0 commit comments