aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-16 14:20:17 +0000
committerBodo Möller <bodo@openssl.org>1999-05-16 14:20:17 +0000
commitf43c814917fea994234376b7c7538ad26b9c46bf (patch)
treeabc447b7053496ad9201490379f6ffb8ef9d9219 /CHANGES
parent55519bbb2dcfba26dd9307e462910d3555e9f6e3 (diff)
downloadopenssl-f43c814917fea994234376b7c7538ad26b9c46bf.tar.gz
Typo.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c619cce897..bbeaa2a75d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
versions, these hyphens are gone.]
*) Change type of various DES function arguments from des_cblock
- (which means, in function argument declarartions, pointer to char)
+ (which means, in function argument declarations, pointer to char)
to des_cblock * (meaning pointer to array with 8 char elements),
which allows the compiler to do more typechecking; it was like
that back in SSLeay, but with lots of ugly casts.