diff options
author | Werner Koch <wk@gnupg.org> | 1998-11-10 12:59:45 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-11-10 12:59:45 +0000 |
commit | d4df404834211d07ea85305c015b092e8fe823f4 (patch) | |
tree | 1d11cd68a851475a4db258d5d54e96ac6528192b /cipher/des.c | |
parent | e596b8962e6711718dccab14f503984d37d323fe (diff) | |
download | libgcrypt-d4df404834211d07ea85305c015b092e8fe823f4.tar.gz |
Some bug fixes of the last release
Diffstat (limited to 'cipher/des.c')
-rw-r--r-- | cipher/des.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/des.c b/cipher/des.c index ef8ce7de..f730568e 100644 --- a/cipher/des.c +++ b/cipher/des.c @@ -5,8 +5,8 @@ * * According to the definition of DES in FIPS PUB 46-2 from December 1993. * For a description of triple encryption, see: - * Bruce Schneier: Applied Cryptography. Second Edition. John Wiley & Sons, 1996 - * ISBN 0-471-12845-7. Pages 358 ff. + * Bruce Schneier: Applied Cryptography. Second Edition. + * John Wiley & Sons, 1996. ISBN 0-471-12845-7. Pages 358 ff. * * This file is part of GNUPG. * |