aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-09 11:37:23 +0000
committerBen Laurie <ben@openssl.org>1999-03-09 11:37:23 +0000
commitb241fefd985920327b0a07bd48f59838065d93e2 (patch)
tree4205a05b915f7f1686277c3f40ddedd45b249ce7 /crypto
parentcbb779261396d0ab64c93375f97d351182c61648 (diff)
downloadopenssl-b241fefd985920327b0a07bd48f59838065d93e2.zip
openssl-b241fefd985920327b0a07bd48f59838065d93e2.tar.gz
openssl-b241fefd985920327b0a07bd48f59838065d93e2.tar.bz2
Fix quad checksum bug.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/des/qud_cksm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/qud_cksm.c b/crypto/des/qud_cksm.c
index 4d5301c..9350535 100644
--- a/crypto/des/qud_cksm.c
+++ b/crypto/des/qud_cksm.c
@@ -133,7 +133,7 @@ des_cblock seed;
}
else
{
- lp=&output[out_count-i-1];
+ lp=&output[(out_count-i-1)*8];
l2n(z1,lp);
l2n(z0,lp);
}