mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
allow files to be picked up in amalgamation
This commit is contained in:
+1
-1
@@ -1152,7 +1152,7 @@ end_of_export:
|
||||
#endif
|
||||
|
||||
#ifdef SQLCIPHER_FUNCS
|
||||
#include "sqlcipher-func.c"
|
||||
#include "sqlcipher_funcs_impl.h"
|
||||
#endif
|
||||
|
||||
/* END SQLCIPHER */
|
||||
|
||||
+1
-1
@@ -1804,7 +1804,7 @@ void sqlite3RegisterPerConnectionBuiltinFunctions(sqlite3 *db){
|
||||
}
|
||||
#endif
|
||||
#ifdef SQLCIPHER_FUNCS
|
||||
#include "sqlcipher-func.h"
|
||||
#include "sqlcipher_funcs_init.h"
|
||||
#endif
|
||||
#endif
|
||||
/* END SQLCIPHER */
|
||||
|
||||
Reference in New Issue
Block a user