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 1bd8ba050..72b44086a 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -53,7 +53,7 @@ typedef struct { unsigned inbufsize; byte *outbuf; unsigned outbufsize; - int pgpmode; + int algo; /* compress algo */ } compress_filter_context_t; |