diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/filter.h b/g10/filter.h index 69f5174d4..11c05e4a4 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -37,8 +37,9 @@ typedef struct { u32 crc; byte helpbuf[100]; int helpidx, helplen; - int last_c; - int fake; + byte tempbuf[100]; + int tempidx, templen; + void *fake; int inp_checked; /* set if inp has been checked */ int inp_bypass; /* set if the input is not armored */ int inp_eof; |