diff options
author | David Shaw <[email protected]> | 2003-04-09 01:57:46 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-04-09 01:57:46 +0000 |
commit | 3cf45b304e6df97e360b19408b85cf4d378ca23d (patch) | |
tree | 3173afb916c178ea2742bee245e9d419a62ec2b0 /g10/main.h | |
parent | * gpgkeys_hkp.c (dehtmlize, parse_hkp_index): Fix memory corruption bug on (diff) | |
download | gnupg-3cf45b304e6df97e360b19408b85cf4d378ca23d.tar.gz gnupg-3cf45b304e6df97e360b19408b85cf4d378ca23d.zip |
* main.h, g10.c (main), import.c (parse_import_options,
fix_pks_corruption): It's really PKS corruption, not HKP corruption.
Keep the old repair-hkp-subkey-bug command as an alias.
* g10.c (main): Rename --no-version to --no-emit-version for consistency.
Keep --no-version as an alias.
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index fa7adf06a..9706ffc49 100644 --- a/g10/main.h +++ b/g10/main.h @@ -161,7 +161,7 @@ KBNODE make_mpi_comment_node( const char *s, MPI a ); /*-- import.c --*/ #define IMPORT_ALLOW_LOCAL_SIGS 1 -#define IMPORT_REPAIR_HKP_SUBKEY_BUG 2 +#define IMPORT_REPAIR_PKS_SUBKEY_BUG 2 #define IMPORT_FAST_IMPORT 4 #define IMPORT_SK2PK 8 |