diff --git a/src/crypto.c b/src/crypto.c index 57ab1ac2..5512f740 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -1174,5 +1174,5 @@ end_of_export: } } } -/* END SQLCIPHER */ #endif +/* END SQLCIPHER */ diff --git a/src/shell.c.in b/src/shell.c.in index 738c90de..fd089c40 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -11118,7 +11118,7 @@ int SQLITE_CDECL wmain(int argc, wchar_t **wargv){ #else printf("%s %s\n", sqlite3_libversion(), sqlite3_sourceid()); #endif -/* BEGIN SQLCIPHER */ +/* END SQLCIPHER */ return 0; }else if( strcmp(z,"-interactive")==0 ){ stdin_is_interactive = 1; diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 2b1f0873..28d0d838 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -5993,7 +5993,7 @@ void sqlite3_activate_see( const char *zPassPhrase /* Activation phrase */ ); #endif -/* BEGIN SQLCIPHER */ +/* END SQLCIPHER */ #ifdef SQLITE_ENABLE_CEROD /* diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 2d35d0d4..dc00eccc 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -3727,7 +3727,7 @@ static int SQLITE_TCLAPI DbMain( void *pKey = 0; int nKey = 0; #endif -/* BEGIN SQLCIPHER */ +/* END SQLCIPHER */ int rc; /* In normal use, each TCL interpreter runs in a single thread. So