diff options
author | Werner Koch <wk@gnupg.org> | 2018-02-27 13:57:24 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2018-02-27 13:57:57 +0100 |
commit | b703ba725dadca8298a0c69365225f9a7ff60ae2 (patch) | |
tree | 844dd1a022fa0b96953d89896701a5f427f6e866 /g10/Makefile.am | |
parent | gpg: Fix corner cases in AEAD encryption. (diff) | |
download | gnupg2-b703ba725dadca8298a0c69365225f9a7ff60ae2.tar.xz gnupg2-b703ba725dadca8298a0c69365225f9a7ff60ae2.zip |
gpg: Rename cipher.c to cipher-cfb.c
* g10/cipher.c: Rename to ...
* g10/cipher-cfb.c: this.
--
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index cba65b22a..b8b92d702 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -131,7 +131,7 @@ gpg_sources = server.c \ passphrase.c \ decrypt.c \ decrypt-data.c \ - cipher.c \ + cipher-cfb.c \ cipher-aead.c \ encrypt.c \ sign.c \ |