aboutsummaryrefslogtreecommitdiffstats
path: root/community/opensc/libressl.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-19 08:40:35 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-07-19 08:40:35 +0300
commit046e4f557e22832b7c3c813155f0f17fb284f696 (patch)
treec9a6204a3f2f2c772034f26d7593d01d526c37ca /community/opensc/libressl.patch
parentd6c4d7452f4460587d45d92bdd698554def6a20a (diff)
downloadaports-046e4f557e22832b7c3c813155f0f17fb284f696.tar.bz2
aports-046e4f557e22832b7c3c813155f0f17fb284f696.tar.xz
community/opensc: upgrade to 0.17.0
Diffstat (limited to 'community/opensc/libressl.patch')
-rw-r--r--community/opensc/libressl.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/opensc/libressl.patch b/community/opensc/libressl.patch
deleted file mode 100644
index 003328e000..0000000000
--- a/community/opensc/libressl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://raw.githubusercontent.com/voidlinux/void-packages/4b22d402a290a6192853dd3994e24128023a3b7e/srcpkgs/opensc/patches/libressl.patch
-
---- a/src/pkcs11/openssl.c.orig 2016-06-05 18:51:11.947157265 +0200
-+++ b/src/pkcs11/openssl.c 2016-06-05 18:55:21.067170117 +0200
-@@ -180,7 +180,7 @@
- e = ENGINE_by_id("gost");
- if (!e)
- {
--#if !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST)
-+#if !defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST)
- ENGINE_load_gost();
- e = ENGINE_by_id("gost");
- #else
-@@ -195,7 +195,7 @@
- ENGINE_free(e);
- e = NULL;
- }
--#endif /* !OPENSSL_NO_STATIC_ENGINE && !OPENSSL_NO_GOST */
-+#endif /* !defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST) */
- }
- if (e) {
- ENGINE_set_default(e, ENGINE_METHOD_ALL);