aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-12-08 05:52:41 +0000
committerDavid Shaw <[email protected]>2005-12-08 05:52:41 +0000
commit1d051e8ed5c6c869587b12ba05e552da1f3bc97c (patch)
tree25a7848f96e42b5c24b909d67154eed99d478f54 /g10/options.h
parent* gpg.sgml: Document -d. Add [file] to a few options. (diff)
downloadgnupg-1d051e8ed5c6c869587b12ba05e552da1f3bc97c.tar.gz
gnupg-1d051e8ed5c6c869587b12ba05e552da1f3bc97c.zip
* options.h, keyserver.c (curl_cant_handle, keyserver_spawn,
keyserver_fetch): Set a flag to indicate that we're doing a direct URI fetch so we can differentiate between a keyserver operation and a URI fetch for protocols like LDAP that can do either.
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index ade26dcc4..57f225c6b 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -134,6 +134,10 @@ struct
char *port;
char *path;
char *opaque;
+ struct
+ {
+ unsigned int direct_uri:1;
+ } flags;
} *keyserver;
struct
{