From: Daniel Bevenius Date: Wed, 13 Jan 2021 14:30:20 +0000 (+0100) Subject: Correct typo in rsa_oaep.c X-Git-Tag: openssl-3.0.0-alpha11~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0434f9841d45dee081c64ea3aba794a922787ece;p=thirdparty%2Fopenssl.git Correct typo in rsa_oaep.c Reviewed-by: Kurt Roeckx Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13861) --- diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index f47369a1afe..66f2ae40c26 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -45,7 +45,7 @@ int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, } /* - * Perform ihe padding as per NIST 800-56B 7.2.2.3 + * Perform the padding as per NIST 800-56B 7.2.2.3 * from (K) is the key material. * param (A) is the additional input. * Step numbers are included here but not in the constant time inverse below