aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/patches/fix-ldap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnupg2/patches/fix-ldap.patch')
-rw-r--r--extra/gnupg2/patches/fix-ldap.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/gnupg2/patches/fix-ldap.patch b/extra/gnupg2/patches/fix-ldap.patch
new file mode 100644
index 00000000..9359484d
--- /dev/null
+++ b/extra/gnupg2/patches/fix-ldap.patch
@@ -0,0 +1,12 @@
+--- a/dirmngr/server.c Fri Jun 30 10:53:58 2023
++++ b/dirmngr/server.c Thu Jul 6 11:56:44 2023
+@@ -2776,7 +2776,9 @@
+
+ if (opt_help)
+ {
++#if USE_LDAP
+ ks_ldap_help_variables (ctrl);
++#endif /*USE_LDAP*/
+ err = 0;
+ goto leave;
+ }