forked from utelle/SQLite3MultipleCiphers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify search for multiple ciphers VFS
Function mcFindVfs uses now a special op code, SQLITE3MC_FCNTL_PVFS, in a call to sqlite3_file_control to determine the address of the multiple ciphers VFS. As soon as a multiple ciphers VFS has been found on the VFS stack, the new op code will not be forwarded further. Only the top-most multiple ciphers VFS on the stack will actually do any encryption. That is, adding the multiple ciphers VFS to the VFS stack multiple times is harmless.
- Loading branch information
Showing
1 changed file
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters