diff options
author | David Shaw <[email protected]> | 2004-12-11 04:47:33 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-12-11 04:47:33 +0000 |
commit | bf5d013bc8de0ec5eaeb14d93da32f5167856f22 (patch) | |
tree | 342cc235dde9854398075b608a0618ffabd4d513 /g10/options.h | |
parent | * sv.po: Take the update done for 1.2.6. (diff) | |
download | gnupg-bf5d013bc8de0ec5eaeb14d93da32f5167856f22.tar.gz gnupg-bf5d013bc8de0ec5eaeb14d93da32f5167856f22.zip |
* options.h, g10.c (main), textfilter.c (standard): Use --rfc2440 or
--openpgp directly to determine the end of line hashing rule.
* trustdb.c (uid_trust_string_fixed): Show uids as expired if the key is
expired.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 340056c6f..e8463f0e8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -192,7 +192,6 @@ struct unsigned int screen_columns; unsigned int screen_lines; byte *show_subpackets; - int strict_2440_line_endings; #ifdef ENABLE_CARD_SUPPORT const char *ctapi_driver; /* Library to access the ctAPI. */ |