summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 19:50:11 +0100
committerSam James <sam@gentoo.org>2022-04-17 19:59:47 +0100
commit78620144b0a0ecfa208f255194e9db203def0f9d (patch)
tree4f010432e47542d26a266bbc171b5ef784c755c8 /dev-libs/pkcs11-helper/files/pkcs11-helper-1.25.1-build.patch
parentdev-libs/log4cplus: drop 2.0.6 (diff)
downloadgentoo-78620144b0a0ecfa208f255194e9db203def0f9d.tar.gz
gentoo-78620144b0a0ecfa208f255194e9db203def0f9d.tar.bz2
gentoo-78620144b0a0ecfa208f255194e9db203def0f9d.zip
dev-libs/pkcs11-helper: drop 1.25.1-r1, 1.27.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/pkcs11-helper/files/pkcs11-helper-1.25.1-build.patch')
-rw-r--r--dev-libs/pkcs11-helper/files/pkcs11-helper-1.25.1-build.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/pkcs11-helper/files/pkcs11-helper-1.25.1-build.patch b/dev-libs/pkcs11-helper/files/pkcs11-helper-1.25.1-build.patch
deleted file mode 100644
index a657dba14ce2..000000000000
--- a/dev-libs/pkcs11-helper/files/pkcs11-helper-1.25.1-build.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 0e2ae10ef9611beef92457171e8c78d8e936dfca Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev <alon.barlev@gmail.com>
-Date: Wed, 22 Aug 2018 20:24:19 +0300
-Subject: [PATCH] openssl: build with openssl ec disabled
-
----
- ChangeLog | 1 +
- lib/pkcs11h-openssl.c | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lib/pkcs11h-openssl.c b/lib/pkcs11h-openssl.c
-index c981e21..4ebc211 100644
---- a/lib/pkcs11h-openssl.c
-+++ b/lib/pkcs11h-openssl.c
-@@ -263,6 +263,7 @@ DSA_SIG_set0 (DSA_SIG *sig, BIGNUM *r, BIGNUM *s)
- }
- #endif
-
-+#ifdef __ENABLE_EC
- #ifndef HAVE_ECDSA_SIG_SET0
- static int
- ECDSA_SIG_set0 (ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
-@@ -275,7 +276,6 @@ ECDSA_SIG_set0 (ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
- }
- #endif
-
--#ifdef __ENABLE_EC
- #ifndef HAVE_EC_KEY_METHOD_GET_SIGN
- void EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth,
- int (**psign)(int type, const unsigned char *dgst,
---
-2.16.4
-