Correct typo in rsa_oaep.c
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Wed, 13 Jan 2021 14:30:20 +0000 (15:30 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 15 Jan 2021 09:02:36 +0000 (10:02 +0100)
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13861)

crypto/rsa/rsa_oaep.c

index f47369a1afee7ab98e687638db13a45b7df05fe6..66f2ae40c2633114b87e3f37fca81ecf61e24a61 100644 (file)
@@ -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