diff options
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r-- | g10/keyserver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c index c4938e061..9bd316d21 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -853,6 +853,8 @@ keyserver_typemap(const char *type) } #ifdef GPGKEYS_CURL +/* The PGP LDAP and the curl fetch-a-LDAP-object methodologies are + sufficiently different that we can't use curl to do LDAP. */ static int curl_cant_handle(const char *scheme) { |