diff options
author | David Shaw <[email protected]> | 2006-02-21 16:09:09 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-02-21 16:09:09 +0000 |
commit | 0eb4e93bd4ba18b8326a946403fde32f7429efbd (patch) | |
tree | b843c5acd6409c88bc06eaef41485fad907c1868 /g10/gpgv.c | |
parent | * keyserver.c (parse_keyserver_uri): Include the scheme in the uri (diff) | |
download | gnupg-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.c | 3 |
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. */ |