1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* 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.
This commit is contained in:
David Shaw 2004-12-11 04:47:33 +00:00
parent 396f72d1b2
commit bf5d013bc8
5 changed files with 11 additions and 6 deletions

View file

@ -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. */