mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Rename a function.
* g10/cipher.c (cipher_filter): Rename to cipher_file_cfb.
This commit is contained in:
parent
5b24c41ba7
commit
15cf36f6a8
5 changed files with 10 additions and 9 deletions
|
@ -146,8 +146,8 @@ gpg_error_t push_compress_filter2 (iobuf_t out,compress_filter_context_t *zfx,
|
|||
int algo, int rel);
|
||||
|
||||
/*-- cipher.c --*/
|
||||
int cipher_filter( void *opaque, int control,
|
||||
iobuf_t chain, byte *buf, size_t *ret_len);
|
||||
int cipher_filter_cfb (void *opaque, int control,
|
||||
iobuf_t chain, byte *buf, size_t *ret_len);
|
||||
|
||||
/*-- textfilter.c --*/
|
||||
int text_filter( void *opaque, int control,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue