summaryrefslogtreecommitdiffstats
path: root/cipher/des.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-11-10 13:59:59 +0100
committerWerner Koch <wk@gnupg.org>1998-11-10 13:59:59 +0100
commitb076ce302189d619d170089f70afdb72dd0bf967 (patch)
tree736281f795268c3f712ed29167e21bc9078fc698 /cipher/des.c
parentready to release 0.4.3 (diff)
downloadgnupg2-b076ce302189d619d170089f70afdb72dd0bf967.tar.xz
gnupg2-b076ce302189d619d170089f70afdb72dd0bf967.zip
Some bug fixes of the last release
Diffstat (limited to 'cipher/des.c')
-rw-r--r--cipher/des.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/des.c b/cipher/des.c
index ef8ce7de3..f730568e0 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.
*