diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/filter.h b/g10/filter.h index 2dc8a3e87..d48b75627 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -42,7 +42,7 @@ typedef struct { int parse_state; int inp_checked; /* set if inp has been checked */ int inp_bypass; /* set if the input is not armored */ - int inp_eof; + int any_data; const char *hdrlines; } armor_filter_context_t; |