summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Muir <james@openssl.org>2023-11-29 12:37:44 -0500
committerTomas Mraz <tomas@openssl.org>2023-12-01 10:31:37 +0100
commitc89b553bdc2587b483f38aa1ab2b142cc078343d (patch)
tree49ef4de30b111b885de4b379d5dd53ed81e854d3 /doc
parentdb04cf25f3e0dda77a3b054ae12ae1874b1ae977 (diff)
rsa-doc: fix typo
"d_i in RFC8017" -> "d_i" in RFC8017 Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22868)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/EVP_PKEY-RSA.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_PKEY-RSA.pod b/doc/man7/EVP_PKEY-RSA.pod
index 161e9d4d71..dcd38fcee8 100644
--- a/doc/man7/EVP_PKEY-RSA.pod
+++ b/doc/man7/EVP_PKEY-RSA.pod
@@ -80,7 +80,7 @@ Up to eight additional "r_i" prime factors are supported.
=item "rsa-exponent10" (B<OSSL_PKEY_PARAM_RSA_EXPONENT10>) <unsigned integer>
RSA CRT (Chinese Remainder Theorem) exponents. The exponents are known
-as "dP", "dQ" and "d_i in RFC8017".
+as "dP", "dQ" and "d_i" in RFC8017.
Up to eight additional "d_i" exponents are supported.
=item "rsa-coefficient1" (B<OSSL_PKEY_PARAM_RSA_COEFFICIENT1>) <unsigned integer>