diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-libressl-v2.3.0.tar.gz openbsd-libressl-v2.3.0.tar.bz2 openbsd-libressl-v2.3.0.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_PKEY_CTX_ctrl.pod | 2 |
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 | |||
| 90 | is used by default. | 90 | is used by default. |
| 91 | 91 | ||
| 92 | The EVP_PKEY_CTX_set_rsa_rsa_keygen_bits() macro sets the RSA key length for | 92 | The EVP_PKEY_CTX_set_rsa_rsa_keygen_bits() macro sets the RSA key length for |
| 93 | RSA key genration to B<bits>. If not specified 1024 bits is used. | 93 | RSA key generation to B<bits>. If not specified 1024 bits is used. |
| 94 | 94 | ||
| 95 | The EVP_PKEY_CTX_set_rsa_keygen_pubexp() macro sets the public exponent value | 95 | The EVP_PKEY_CTX_set_rsa_keygen_pubexp() macro sets the public exponent value |
| 96 | for RSA key generation to B<pubexp> currently it should be an odd integer. The | 96 | for RSA key generation to B<pubexp> currently it should be an odd integer. The |
