remove OMIT_EXPORT

This commit is contained in:
Stephen Lombardo 2020-11-16 13:43:31 -05:00
parent c0376323e3
commit e380c65afe
1 changed files with 0 additions and 2 deletions

View File

@ -1824,12 +1824,10 @@ void sqlite3RegisterPerConnectionBuiltinFunctions(sqlite3 *db){
}
/* BEGIN SQLCIPHER */
#ifdef SQLITE_HAS_CODEC
#ifndef OMIT_EXPORT
{
extern void sqlcipher_exportFunc(sqlite3_context *, int, sqlite3_value **);
sqlite3CreateFunc(db, "sqlcipher_export", -1, SQLITE_TEXT, 0, sqlcipher_exportFunc, 0, 0, 0, 0, 0);
}
#endif
#ifdef SQLCIPHER_EXT
#include "sqlcipher_funcs_init.h"
#endif