aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-12-11 04:47:33 +0000
committerDavid Shaw <[email protected]>2004-12-11 04:47:33 +0000
commitbf5d013bc8de0ec5eaeb14d93da32f5167856f22 (patch)
tree342cc235dde9854398075b608a0618ffabd4d513 /g10/g10.c
parent* sv.po: Take the update done for 1.2.6. (diff)
downloadgnupg-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/g10.c b/g10/g10.c
index a01df371c..2a17214d9 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -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. */