summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorEasySec <easy.sec@free.fr>2022-02-07 23:16:39 +0100
committerPauli <pauli@openssl.org>2022-02-09 20:07:22 +1100
commit0fdb31669f88cbf5d63ba16d82d95c6c84575dc0 (patch)
tree397571c5de15c53b07cb64ebaf61c398c915a335 /doc/man7
parent3a23f01268ec47bf3423b849cc226be220745522 (diff)
Fix small typo in EVP_KEYEXCH-ECDH.html doc example
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17657)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_KEYEXCH-ECDH.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KEYEXCH-ECDH.pod b/doc/man7/EVP_KEYEXCH-ECDH.pod
index a710625f22..69d0d87b35 100644
--- a/doc/man7/EVP_KEYEXCH-ECDH.pod
+++ b/doc/man7/EVP_KEYEXCH-ECDH.pod
@@ -88,7 +88,7 @@ key but also using X963KDF with a user key material:
size_t secret_len = out_len;
unsigned int pad = 1;
OSSL_PARAM params[6];
- EVP_PKET_CTX *dctx = EVP_PKEY_CTX_new_from_pkey(NULL, host_key, NULL);
+ EVP_PKEY_CTX *dctx = EVP_PKEY_CTX_new_from_pkey(NULL, host_key, NULL);
EVP_PKEY_derive_init(dctx);