diff options
Diffstat (limited to '')
-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 | ||