diff options
author | David Shaw <[email protected]> | 2006-02-22 20:20:58 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-02-22 20:20:58 +0000 |
commit | 477defdb1b5a8e7c2f4be8dace9576203a4650ec (patch) | |
tree | 43ca4e0810f674549449207a61ceaa2771eec2b6 /g10/options.h | |
parent | * options.h, keydb.h, g10.c (main), getkey.c (parse_auto_key_locate): (diff) | |
download | gnupg-477defdb1b5a8e7c2f4be8dace9576203a4650ec.tar.gz gnupg-477defdb1b5a8e7c2f4be8dace9576203a4650ec.zip |
* options.h, gpg.c (main), mainproc.c (check_sig_and_print), keyserver.c
(keyserver_opts): Rename auto-pka-retrieve to honor-pka-record to be
consistent with honor-keyserver-url.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 0b6f1c306..433016a96 100644 --- a/g10/options.h +++ b/g10/options.h @@ -319,7 +319,7 @@ struct { #define KEYSERVER_AUTO_KEY_RETRIEVE (1<<5) #define KEYSERVER_TRY_DNS_SRV (1<<6) #define KEYSERVER_HONOR_KEYSERVER_URL (1<<7) -#define KEYSERVER_AUTO_PKA_RETRIEVE (1<<8) +#define KEYSERVER_HONOR_PKA_RECORD (1<<8) #define KEYSERVER_AUTO_CERT_RETRIEVE (1<<9) #endif /*G10_OPTIONS_H*/ |