diff options
author | David Shaw <[email protected]> | 2005-12-08 05:52:41 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-12-08 05:52:41 +0000 |
commit | 1d051e8ed5c6c869587b12ba05e552da1f3bc97c (patch) | |
tree | 25a7848f96e42b5c24b909d67154eed99d478f54 /g10/options.h | |
parent | * gpg.sgml: Document -d. Add [file] to a few options. (diff) | |
download | gnupg-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.h | 4 |
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 { |