summaryrefslogtreecommitdiffstats
path: root/crypto/des/cbc_cksm.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/cbc_cksm.c')
-rw-r--r--crypto/des/cbc_cksm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/des/cbc_cksm.c b/crypto/des/cbc_cksm.c
index a7bf0689b2..ef715264e1 100644
--- a/crypto/des/cbc_cksm.c
+++ b/crypto/des/cbc_cksm.c
@@ -33,7 +33,6 @@ DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,
tin1 ^= tout1;
tin[1] = tin1;
DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
- /* fix 15/10/91 eay - thanks to keithr@sco.COM */
tout0 = tin[0];
tout1 = tin[1];
}