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/g10.c | |
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/g10.c')
-rw-r--r-- | g10/g10.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2092,8 +2092,6 @@ main( int argc, char **argv ) opt.escape_from = 1; break; case oRFC2440: - opt.strict_2440_line_endings=1; - /* fall through */ case oOpenPGP: /* TODO: When 2440bis becomes a RFC, these may need changing. */ |