summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp.c b/pgp.c
index 86358775..ebad638e 100644
--- a/pgp.c
+++ b/pgp.c
@@ -376,7 +376,7 @@ static void pgp_copy_clearsigned (FILE *fpin, STATE *s, char *charset)
if (armor_header)
{
- char *p = mutt_skip_whitespace (buf);
+ char *p = mutt_skip_ascii_ws (buf);
if (*p == '\0')
armor_header = 0;
continue;