mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
ebb0fcf6e0
commit
b703ba725d
@ -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 \
|
||||
|
@ -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
|
||||
*
|
Loading…
x
Reference in New Issue
Block a user