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>
This commit is contained in:
Werner Koch 2018-02-27 13:57:24 +01:00
parent ebb0fcf6e0
commit b703ba725d
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -1,4 +1,4 @@
/* cipher.c - Enciphering filter for the old CFB mode.
/* cipher-cfb.c - Enciphering filter for the old CFB mode.
* Copyright (C) 1998-2003, 2006, 2009 Free Software Foundation, Inc.
* Copyright (C) 1998-2003, 2006, 2009, 2017 Werner koch
*