1
0
Fork 0
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:
Werner Koch 2022-08-29 13:13:45 +02:00
parent 5b24c41ba7
commit 15cf36f6a8
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
5 changed files with 10 additions and 9 deletions

View file

@ -1510,7 +1510,7 @@ sign_symencrypt_file (ctrl_t ctrl, const char *fname, strlist_t locusr)
}
/* Push the encryption filter */
iobuf_push_filter( out, cipher_filter, &cfx );
iobuf_push_filter (out, cipher_filter_cfb, &cfx );
/* Push the compress filter */
if (default_compress_algo())