summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch')
-rw-r--r--app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch b/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch
deleted file mode 100644
index 862458ed1db6..000000000000
--- a/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/dirmngr.c
-===================================================================
---- src/dirmngr.c (revision 348)
-+++ src/dirmngr.c (working copy)
-@@ -665,8 +665,11 @@
- the option parsing may need services of the libraries. */
-
- /* Libgcrypt requires us to register the threading model first.
-- Note that this will also do the pth_init. */
-+ Note that this will also do the pth_init for libgcrypt < 1.6 */
-
-+#if GCRYPT_VERSION_NUMBER >= 0x010600
-+ pth_init ();
-+#endif
- /* Init Libgcrypt. */
- rc = gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pth);
- if (rc)