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:
parent
8a1bd087fc
commit
0eb4e93bd4
4 changed files with 47 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue