Page MenuHome GnuPG

Fix build without LDAP
Needs ReviewPublic

Authored by berolinux on Sep 19 2023, 3:15 PM.

Details

Reviewers
gnupg
Summary

gnupg conditionalizes all but one uses of LDAP in #ifdef USE_LDAP - the one unconditionalized use (the call to ks_ldap_help_varaiables in dirmngr/server.c) breaks the build because the definition of said function is removed, but the call is not.

Test Plan
  1. Try building gnupg without openldap
  2. watch it fail
  3. apply the patch
  4. try building it again
  5. watch it succeed

Diff Detail

Repository
rG GnuPG
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

berolinux created this revision.