mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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)
This commit is contained in:
parent
3a23f01268
commit
0fdb31669f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user