Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35313422
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
View Options
diff --git a/patches/dirmngr-1.1.1/dirmngr-pth.patch b/patches/dirmngr-1.1.1/dirmngr-pth.patch
index bc338295..11c0fcd0 100755
--- a/patches/dirmngr-1.1.1/dirmngr-pth.patch
+++ b/patches/dirmngr-1.1.1/dirmngr-pth.patch
@@ -1,21 +1,21 @@
#! /bin/sh
patch -p0 -l -f $* < $0
exit $?
-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. */
+--- src/dirmngr.c.orig 2014-08-13 13:29:03.609026165 +0000
++++ src/dirmngr.c 2014-08-13 13:30:19.328411198 +0000
+@@ -668,12 +668,14 @@
+ Note that this will also do the pth_init. */
- /* 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. */
++#if GCRYPT_VERSION_NUMBER < 0x010600
rc = gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pth);
if (rc)
+ {
+ log_fatal ("can't register GNU Pth with Libgcrypt: %s\n",
+ gpg_strerror (rc));
+ }
++#endif
+ gcry_control (GCRYCTL_DISABLE_SECMEM, 0);
+ if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
+ {
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Feb 5, 9:36 PM (48 m, 16 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
34/c0/8e48442a1e0a3e82b16533b7705a
Attached To
rW Gpg4win
Event Timeline
Log In to Comment