From e380c65afe915d9bee0ef1b713d19c2e205c61bf Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 16 Nov 2020 13:43:31 -0500 Subject: [PATCH] remove OMIT_EXPORT --- src/func.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/func.c b/src/func.c index 039bc48..eef7e90 100644 --- a/src/func.c +++ b/src/func.c @@ -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