sqlcipher: bump version

This commit is contained in:
Sergei Reznikov
2020-11-26 00:59:34 +03:00
parent 7c53905cfd
commit 45d19c1066
2 changed files with 12 additions and 12 deletions

View File

@@ -8,10 +8,10 @@ define OMIT_MEMLOCK, <sys/mman.h> won't be included, which is needed for
WAL
diff --git a/src/crypto_impl.c b/src/crypto_impl.c
index 1fd35ba..b516386 100644
index 8b024de..e5cb99d 100644
--- a/src/crypto_impl.c
+++ b/src/crypto_impl.c
@@ -40,11 +40,13 @@
@@ -38,11 +38,13 @@
#include <errno.h>
#include <unistd.h>
#include <sys/resource.h>
@@ -24,10 +24,10 @@ index 1fd35ba..b516386 100644
+#include <sys/mman.h>
+#endif
/* the default implementation of SQLCipher uses a cipher_ctx
to keep track of read / write state separately. The following
static volatile unsigned int default_flags = DEFAULT_CIPHER_FLAGS;
static volatile unsigned char hmac_salt_mask = HMAC_SALT_MASK;
--
2.15.0
2.28.0
From ce7e259cd0d8346f481a1d3e88eaafabe764419f Mon Sep 17 00:00:00 2001
@@ -37,10 +37,10 @@ Subject: test1: fixes for Haiku
diff --git a/src/test1.c b/src/test1.c
index df7685f..f21be6b 100644
index c3954e9..2ca98e3 100644
--- a/src/test1.c
+++ b/src/test1.c
@@ -6568,10 +6568,16 @@ static int SQLITE_TCLAPI test_getrusage(
@@ -6967,10 +6967,16 @@ static int SQLITE_TCLAPI test_getrusage(
getrusage(RUSAGE_SELF, &r);
sqlite3_snprintf(sizeof(buf), buf,
@@ -62,5 +62,5 @@ index df7685f..f21be6b 100644
Tcl_SetObjResult(interp, Tcl_NewStringObj(buf, -1));
return TCL_OK;
--
2.15.0
2.28.0