aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc2
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-06-13 00:22:32 +0100
committerBen Laurie <ben@links.org>2013-09-05 21:39:42 +0100
commit478b50cf67d6a91fdcd584cff57c58b7e863055d (patch)
tree2503e85a768e8bde5edace29c80222b47ea1f0ea /crypto/rc2
parentd2625fd65772ce3de2563e648decd2d1074fd873 (diff)
downloadopenssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.zip
openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.gz
openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.bz2
misspellings fixes by https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'crypto/rc2')
-rw-r--r--crypto/rc2/version2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/version b/crypto/rc2/version
index 6f89d59..9db8954 100644
--- a/crypto/rc2/version
+++ b/crypto/rc2/version
@@ -1,7 +1,7 @@
1.1 23/08/96 - eay
Changed RC2_set_key() so it now takes another argument. Many
thanks to Peter Gutmann <pgut01@cs.auckland.ac.nz> for the
- clarification and origional specification of RC2. BSAFE uses
+ clarification and original specification of RC2. BSAFE uses
this last parameter, 'bits'. It the key is 128 bits, BSAFE
also sets this parameter to 128. The old behaviour can be
duplicated by setting this parameter to 1024.