diff options
author | David Shaw <[email protected]> | 2004-12-10 05:35:54 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-12-10 05:35:54 +0000 |
commit | 1c334577f37361f8a86c3f7d5e2507dc18369f04 (patch) | |
tree | 3dc463d7106b8028c77030b9aaf9b21bdc46ed02 /g10/options.h | |
parent | * passphrase.c (agent_get_passphrase): New args CUSTOM_PROMPT and (diff) | |
download | gnupg-1c334577f37361f8a86c3f7d5e2507dc18369f04.tar.gz gnupg-1c334577f37361f8a86c3f7d5e2507dc18369f04.zip |
* options.h, g10.c (main), textfilter.c (len_without_trailing_ws): Removed
(not used). (standard): 2440 says that textmode hashes should canonicalize
line endings to CRLF and remove spaces and tabs. 2440bis-12 says to just
canonicalize to CRLF. So, we default to the 2440bis-12 behavior, but
revert to the strict 2440 behavior if the user specifies --rfc2440. In
practical terms this makes no difference to any signatures in the real
world except for a textmode detached signature.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index e8463f0e8..340056c6f 100644 --- a/g10/options.h +++ b/g10/options.h @@ -192,6 +192,7 @@ 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. */ |