diff options
author | jmc <> | 2022-12-26 07:18:53 +0000 |
---|---|---|
committer | jmc <> | 2022-12-26 07:18:53 +0000 |
commit | 8144b51086b3c46594192ccbec62762e58d61200 (patch) | |
tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/rc2/version | |
parent | 54da696f897367a85e20e97a53d29b18b44cf8b7 (diff) | |
download | openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.gz openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.bz2 openbsd-8144b51086b3c46594192ccbec62762e58d61200.zip |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
Diffstat (limited to 'src/lib/libcrypto/rc2/version')
-rw-r--r-- | src/lib/libcrypto/rc2/version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc2/version b/src/lib/libcrypto/rc2/version index a69ff35a43..8ca161a613 100644 --- a/src/lib/libcrypto/rc2/version +++ b/src/lib/libcrypto/rc2/version | |||
@@ -1,7 +1,7 @@ | |||
1 | 1.1 23/08/96 - eay | 1 | 1.1 23/08/96 - eay |
2 | Changed RC2_set_key() so it now takes another argument. Many | 2 | Changed RC2_set_key() so it now takes another argument. Many |
3 | thanks to Peter Gutmann <pgut01@cs.auckland.ac.nz> for the | 3 | thanks to Peter Gutmann <pgut01@cs.auckland.ac.nz> for the |
4 | clarification and origional specification of RC2. BSAFE uses | 4 | clarification and original specification of RC2. BSAFE uses |
5 | this last parameter, 'bits'. It the key is 128 bits, BSAFE | 5 | this last parameter, 'bits'. It the key is 128 bits, BSAFE |
6 | also sets this parameter to 128. The old behaviour can be | 6 | also sets this parameter to 128. The old behaviour can be |
7 | duplicated by setting this parameter to 1024. | 7 | duplicated by setting this parameter to 1024. |