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
|
@ -2576,7 +2576,7 @@ encrypted (const char *option, int argc, char *argv[], void *cookie)
|
|||
|
||||
cfx->datalen = 0;
|
||||
|
||||
filter_push (out, cipher_filter, cfx, PKT_ENCRYPTED, cfx->datalen == 0);
|
||||
filter_push (out, cipher_filter_cfb, cfx, PKT_ENCRYPTED, cfx->datalen == 0);
|
||||
|
||||
debug ("Wrote encrypted packet:\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue