aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-02-21 16:09:09 +0000
committerDavid Shaw <[email protected]>2006-02-21 16:09:09 +0000
commit0eb4e93bd4ba18b8326a946403fde32f7429efbd (patch)
treeb843c5acd6409c88bc06eaef41485fad907c1868 /g10/gpgv.c
parent* keyserver.c (parse_keyserver_uri): Include the scheme in the uri (diff)
downloadgnupg-0eb4e93bd4ba18b8326a946403fde32f7429efbd.tar.gz
gnupg-0eb4e93bd4ba18b8326a946403fde32f7429efbd.zip
* gpgv.c: Stub keyserver_import_ldap.
* keyserver-internal.h, keyserver.c (keyserver_import_ldap): Import using the PGP Universal trick of asking ldap://keys.(maildomain) for the key.
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r--g10/gpgv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index dbff4831c..95bf09791 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -289,6 +289,9 @@ keyserver_import_pka(const char *name) { return -1; }
int
keyserver_import_name(const char *name) { return -1; }
+int
+keyserver_import_ldap(const char *name) { return -1; }
+
/* Stub:
* No encryption here but mainproc links to these functions.
*/