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_new.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_new.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod b/src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod index 9822d6806f..60ad61e853 100644 --- a/src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod +++ b/src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod | |||
| @@ -22,7 +22,7 @@ the algorithm specified in B<pkey> and ENGINE B<e>. | |||
| 22 | The EVP_PKEY_CTX_new_id() function allocates public key algorithm context | 22 | The EVP_PKEY_CTX_new_id() function allocates public key algorithm context |
| 23 | using the algorithm specified by B<id> and ENGINE B<e>. It is normally used | 23 | using the algorithm specified by B<id> and ENGINE B<e>. It is normally used |
| 24 | when no B<EVP_PKEY> structure is associated with the operations, for example | 24 | when no B<EVP_PKEY> structure is associated with the operations, for example |
| 25 | during parameter generation of key genration for some algorithms. | 25 | during parameter generation of key generation for some algorithms. |
| 26 | 26 | ||
| 27 | EVP_PKEY_CTX_dup() duplicates the context B<ctx>. | 27 | EVP_PKEY_CTX_dup() duplicates the context B<ctx>. |
| 28 | 28 | ||
