From c84e47fd5fed5bb41bd2d5e24fc4e41f98573709 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 16 Nov 2020 14:04:17 -0500 Subject: [PATCH] remove other OMIT_EXPORT --- src/crypto.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/crypto.c b/src/crypto.c index 1565af29..57ab1ac2 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -969,8 +969,6 @@ void sqlite3CodecGetKey(sqlite3* db, int nDb, void **zKey, int *nKey) { } } -#ifndef OMIT_EXPORT - /* * Implementation of an "export" function that allows a caller * to duplicate the main database to an attached database. This is intended @@ -1176,8 +1174,5 @@ end_of_export: } } } - -#endif - /* END SQLCIPHER */ #endif