aboutsummaryrefslogtreecommitdiffstats
path: root/g10/armor.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/armor.c')
-rw-r--r--g10/armor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/armor.c b/g10/armor.c
index 8383345c2..98559d0c9 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -298,7 +298,7 @@ is_armor_header( byte *line, unsigned len )
/* Some mail programs on Windows seem to add spaces to the end of
the line. This becomes strict if --openpgp is set. */
- if(!opt.rfc2440)
+ if(!RFC2440)
while(*p==' ')
p++;
@@ -1334,5 +1334,3 @@ unarmor_pump (UnarmorPump x, int c)
return rval;
}
-
-