diff options
author | Werner Koch <[email protected]> | 1998-05-15 18:49:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-15 18:49:19 +0000 |
commit | f9a70437820d05f7f98ffd1c9003edd83872e9b5 (patch) | |
tree | dc17bdc0dea76ddc28ae651a3dc341b83784dd12 /g10/filter.h | |
parent | can create v4 signatures (diff) | |
download | gnupg-f9a70437820d05f7f98ffd1c9003edd83872e9b5.tar.gz gnupg-f9a70437820d05f7f98ffd1c9003edd83872e9b5.zip |
new releaseV0-2-18
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; |