summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod b/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
index 91125da62e..e8776e1e67 100644
--- a/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
+++ b/src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod
@@ -90,7 +90,7 @@ B<PSS> block structure. If this macro is not called a salt length value of -2
90is used by default. 90is used by default.
91 91
92The EVP_PKEY_CTX_set_rsa_rsa_keygen_bits() macro sets the RSA key length for 92The EVP_PKEY_CTX_set_rsa_rsa_keygen_bits() macro sets the RSA key length for
93RSA key genration to B<bits>. If not specified 1024 bits is used. 93RSA key generation to B<bits>. If not specified 1024 bits is used.
94 94
95The EVP_PKEY_CTX_set_rsa_keygen_pubexp() macro sets the public exponent value 95The EVP_PKEY_CTX_set_rsa_keygen_pubexp() macro sets the public exponent value
96for RSA key generation to B<pubexp> currently it should be an odd integer. The 96for RSA key generation to B<pubexp> currently it should be an odd integer. The