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:
parent
1ce132213e
commit
f3abec2002
3 changed files with 58 additions and 37 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue