summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-02-27 13:57:24 +0100
committerWerner Koch <wk@gnupg.org>2018-02-27 13:57:57 +0100
commitb703ba725dadca8298a0c69365225f9a7ff60ae2 (patch)
tree844dd1a022fa0b96953d89896701a5f427f6e866 /g10/Makefile.am
parentgpg: Fix corner cases in AEAD encryption. (diff)
downloadgnupg2-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.am2
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 \