summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commit7746c18fb3482ba8d6fd1f9508801722028094b1 (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_PKEY_CTX_new.pod
parentb15d8c593eec3a6437fc962608396fa0c9fe134b (diff)
downloadopenbsd-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.pod2
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>.
22The EVP_PKEY_CTX_new_id() function allocates public key algorithm context 22The EVP_PKEY_CTX_new_id() function allocates public key algorithm context
23using the algorithm specified by B<id> and ENGINE B<e>. It is normally used 23using the algorithm specified by B<id> and ENGINE B<e>. It is normally used
24when no B<EVP_PKEY> structure is associated with the operations, for example 24when no B<EVP_PKEY> structure is associated with the operations, for example
25during parameter generation of key genration for some algorithms. 25during parameter generation of key generation for some algorithms.
26 26
27EVP_PKEY_CTX_dup() duplicates the context B<ctx>. 27EVP_PKEY_CTX_dup() duplicates the context B<ctx>.
28 28