diff options
author | David Shaw <[email protected]> | 2003-03-11 22:12:20 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-03-11 22:12:20 +0000 |
commit | 2c717d9038f3e63ffd2bf1f1873299fc13670cf3 (patch) | |
tree | 8424a23110cdcd7185ddfb5bba03c8b71b26894d /g10/options.h | |
parent | * http.c (connect_server): Use DNS SRV to get a server list. Fail over to (diff) | |
download | gnupg-2c717d9038f3e63ffd2bf1f1873299fc13670cf3.tar.gz gnupg-2c717d9038f3e63ffd2bf1f1873299fc13670cf3.zip |
* options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv"
keyserver option. Defaults to on.
* passphrase.c (agent_get_passphrase): Fix memory leak with symmetric
messages. Fix segfault with symmetric messages. Fix incorrect prompt
with symmetric messages.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index f3a408eb4..12a1e2f73 100644 --- a/g10/options.h +++ b/g10/options.h @@ -129,6 +129,7 @@ struct { int keep_temp_files; int fake_v3_keyids; int auto_key_retrieve; + int try_dns_srv; unsigned int import_options; unsigned int export_options; STRLIST other; |