commit: 3604d9476545ca83b4f2fb2becc5443825ca4fde Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 3 18:27:55 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 3 18:45:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604d947
dev-db/sqlcipher: drop obsolete LibreSSL patches Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch b/dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch deleted file mode 100644 index da4c55eddfa..00000000000 --- a/dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/crypto_openssl.c 2017-12-21 14:31:28.000000000 -0500 -+++ b/src/crypto_openssl.c 2019-02-22 12:33:54.110516410 -0500 -@@ -47,7 +47,7 @@ - static unsigned int openssl_init_count = 0; - static sqlite3_mutex* openssl_rand_mutex = NULL; - --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L - static HMAC_CTX *HMAC_CTX_new(void) - { - HMAC_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));