mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 17:28:17 +00:00
bump version number and add qualifier
This commit is contained in:
parent
57ea35296c
commit
7e805e5388
@ -55,11 +55,7 @@ void sqlite3pager_reset(Pager *pPager);
|
|||||||
#define FILE_HEADER_SZ 16
|
#define FILE_HEADER_SZ 16
|
||||||
|
|
||||||
#ifndef CIPHER_VERSION
|
#ifndef CIPHER_VERSION
|
||||||
#ifdef SQLCIPHER_FIPS
|
#define CIPHER_VERSION "4.0.0 community"
|
||||||
#define CIPHER_VERSION "3.4.2 FIPS"
|
|
||||||
#else
|
|
||||||
#define CIPHER_VERSION "3.4.2"
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CIPHER_DECRYPT 0
|
#define CIPHER_DECRYPT 0
|
||||||
|
@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
|
|||||||
execsql {
|
execsql {
|
||||||
PRAGMA cipher_version;
|
PRAGMA cipher_version;
|
||||||
}
|
}
|
||||||
} {3.4.2}
|
} {{4.0.0 community}}
|
||||||
db close
|
db close
|
||||||
file delete -force test.db
|
file delete -force test.db
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user