summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_PKEY_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_PKEY_new.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_PKEY_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_PKEY_new.pod b/src/lib/libcrypto/doc/EVP_PKEY_new.pod
index 10687e458d..11512249e4 100644
--- a/src/lib/libcrypto/doc/EVP_PKEY_new.pod
+++ b/src/lib/libcrypto/doc/EVP_PKEY_new.pod
@@ -14,7 +14,7 @@ EVP_PKEY_new, EVP_PKEY_free - private key allocation functions.
14 14
15=head1 DESCRIPTION 15=head1 DESCRIPTION
16 16
17The EVP_PKEY_new() function allocates an empty B<EVP_PKEY> 17The EVP_PKEY_new() function allocates an empty B<EVP_PKEY>
18structure which is used by OpenSSL to store private keys. 18structure which is used by OpenSSL to store private keys.
19 19
20EVP_PKEY_free() frees up the private key B<key>. 20EVP_PKEY_free() frees up the private key B<key>.