aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/ksutil.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-03-17 16:42:41 +0000
committerDavid Shaw <[email protected]>2005-03-17 16:42:41 +0000
commitefa0dd21a2b2c47314485064a20f810cd9a24edb (patch)
tree595ca9c2d8a60a3bb0f629a1cc6e4b77f7e4c4b4 /keyserver/ksutil.h
parent* configure.ac: Move the LDAP detecting code to m4/ldap.m4. (diff)
downloadgnupg-efa0dd21a2b2c47314485064a20f810cd9a24edb.tar.gz
gnupg-efa0dd21a2b2c47314485064a20f810cd9a24edb.zip
* gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_ldap.c: Start using
parse_ks_options and remove a lot of common code. * ksutil.h, ksutil.c (parse_ks_options): Parse OPAQUE, and default debug with no arguments to 1.
Diffstat (limited to 'keyserver/ksutil.h')
-rw-r--r--keyserver/ksutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyserver/ksutil.h b/keyserver/ksutil.h
index 3ed7b9683..400dc1789 100644
--- a/keyserver/ksutil.h
+++ b/keyserver/ksutil.h
@@ -69,6 +69,7 @@ struct ks_options
char *scheme;
char *auth;
char *path;
+ char *opaque;
struct
{
unsigned int include_disabled:1;