mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 09:18:11 +00:00
add see activation to extension
This commit is contained in:
parent
36dc72d361
commit
3ec4def62f
@ -207,6 +207,10 @@ int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) {
|
||||
}
|
||||
}
|
||||
|
||||
void sqlite3_activate_see(const char* in) {
|
||||
/* do nothing, security enhancements are always active */
|
||||
}
|
||||
|
||||
int sqlite3_key(sqlite3 *db, const void *pKey, int nKey) {
|
||||
if(db) {
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user