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

* misc.c (compliance_option_string, compliance_failure): Minor

cleanup.

* armor.c (is_armor_header): Comment about 4880.
This commit is contained in:
David Shaw 2007-10-21 16:07:13 +00:00
parent 1ce132213e
commit f3abec2002
3 changed files with 58 additions and 37 deletions

View file

@ -356,7 +356,8 @@ is_armor_header( byte *line, unsigned len )
--rfc2440 is set since 2440 reads "The header lines, therefore,
MUST start at the beginning of a line, and MUST NOT have text
following them on the same line." It is unclear whether "text"
refers to all text or just non-whitespace text. */
refers to all text or just non-whitespace text. 4880 clarified
this was only non-whitespace text. */
if(RFC2440)
{