aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-13 19:03:16 +0000
committerBen Laurie <ben@openssl.org>1999-02-13 19:03:16 +0000
commitc09c3c4b2fd262905ed1f1666145c32cd2b91f00 (patch)
tree5c895d4d59c73122010cd242892cb07b33b8eb70 /crypto/des/destest.c
parent4e31df2cd73dbb659fd8a6eca6270fac661c072d (diff)
downloadopenssl-c09c3c4b2fd262905ed1f1666145c32cd2b91f00.tar.gz
Update dependencies.
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r--crypto/des/destest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 0e7801d1e5..a2e4d13f4b 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -701,7 +701,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]);
printf("Doing quad_cksum\n");
/* This is obviously done this way especially to puzzle me. Although
quad_cksum returns up to 4 groups of 8 bytes, this test gets it to
- produce 2 groupos then treats them as 4 groups of 4 bytes.
+ produce 2 groups then treats them as 4 groups of 4 bytes.
Ben 13 Feb 1999 */
cs=quad_cksum(cbc_data,(des_cblocks)qret,strlen(cbc_data),2,cbc_iv);