Merge branch 'master' of github.com:sqlcipher/sqlcipher
This commit is contained in:
commit
3f81bbc668
|
@ -95,8 +95,6 @@ catch {exec /bin/sh -c {rm -f perftest*.db}}
|
|||
|
||||
set fd [open perftest0.sql w]
|
||||
puts $fd {
|
||||
PRAGMA key='xyzzy';
|
||||
PRAGMA cipher_use_hmac=OFF;
|
||||
}
|
||||
close $fd
|
||||
|
||||
|
|
Loading…
Reference in New Issue