Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34113614
D186.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
567 B
Subscribers
None
D186.diff
View Options
Index: src/dirmngr.c
===================================================================
--- src/dirmngr.c
+++ src/dirmngr.c
@@ -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)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 4, 6:25 PM (15 h, 56 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/0c/9c1ef907502384f56bd736067ee5
Attached To
D186: 419_dirmngr-pth-fix.patch
Event Timeline
Log In to Comment