1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* 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.
This commit is contained in:
David Shaw 2006-02-21 16:09:09 +00:00
parent 8a1bd087fc
commit 0eb4e93bd4
4 changed files with 47 additions and 0 deletions

View file

@ -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.
*/