Merge branch 'master' of github.com:sqlcipher/sqlcipher

This commit is contained in:
Stephen Lombardo 2012-05-17 12:35:59 -04:00
commit 3f81bbc668
1 changed files with 0 additions and 2 deletions

View File

@ -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