summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc2/version
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc2/version')
-rw-r--r--src/lib/libcrypto/rc2/version2
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 @@
11.1 23/08/96 - eay 11.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.