mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merge branch 'STABLE-BRANCH-2-2' into master
-- Resolved Conflicts: NEWS - removed configure.ac - removed Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
commit
7b7576637d
73 changed files with 3270 additions and 3583 deletions
|
@ -177,9 +177,10 @@ void unarmor_pump_release (UnarmorPump x);
|
|||
int unarmor_pump (UnarmorPump x, int c);
|
||||
|
||||
/*-- compress.c --*/
|
||||
void push_compress_filter(iobuf_t out,compress_filter_context_t *zfx,int algo);
|
||||
void push_compress_filter2(iobuf_t out,compress_filter_context_t *zfx,
|
||||
int algo,int rel);
|
||||
gpg_error_t push_compress_filter (iobuf_t out, compress_filter_context_t *zfx,
|
||||
int algo);
|
||||
gpg_error_t push_compress_filter2 (iobuf_t out,compress_filter_context_t *zfx,
|
||||
int algo, int rel);
|
||||
|
||||
/*-- cipher.c --*/
|
||||
int cipher_filter_cfb (void *opaque, int control,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue