diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-06-13 01:22:32 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-09-05 22:39:42 +0200 |
commit | 478b50cf67d6a91fdcd584cff57c58b7e863055d (patch) | |
tree | 2503e85a768e8bde5edace29c80222b47ea1f0ea /crypto/rc2 | |
parent | Clean up layout. (diff) | |
download | openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.xz openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.zip |
misspellings fixes by https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/version b/crypto/rc2/version index 6f89d595f1..9db89544d8 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. |