[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Fri Apr 30 00:05:57 UTC 2021
The branch master has been updated
via 0b31c36797a36c4cc17dd634de7e254290f8dac6 (commit)
from c7d848e220ecb432faa05d2198ae689298d71728 (commit)
- Log -----------------------------------------------------------------
commit 0b31c36797a36c4cc17dd634de7e254290f8dac6
Author: Eric Curtin <ericcurtin17 at gmail.com>
Date: Wed Apr 28 23:44:03 2021 +0100
Remove dated term and fixed typo anther
Just something I noticed while reading this code.
This was probably committed a very long time ago.
Fixed typo anther -> another.
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15078)
-----------------------------------------------------------------------
Summary of changes:
crypto/rc2/rc2_skey.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/rc2/rc2_skey.c b/crypto/rc2/rc2_skey.c
index 90fdface89..313250b58c 100644
--- a/crypto/rc2/rc2_skey.c
+++ b/crypto/rc2/rc2_skey.c
@@ -47,8 +47,8 @@ static const unsigned char key_table[256] = {
/*
* It has come to my attention that there are 2 versions of the RC2 key
- * schedule. One which is normal, and anther which has a hook to use a
- * reduced key length. BSAFE uses the 'retarded' version. What I previously
+ * schedule. One which is normal, and another which has a hook to use a
+ * reduced key length. BSAFE uses the latter version. What I previously
* shipped is the same as specifying 1024 for the 'bits' parameter. Bsafe
* uses a version where the bits parameter is the same as len*8
*/
More information about the openssl-commits
mailing list