summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-keyexch.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/provider-keyexch.pod')
-rw-r--r--doc/man7/provider-keyexch.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-keyexch.pod b/doc/man7/provider-keyexch.pod
index aa010daa81..ceb03ec2f0 100644
--- a/doc/man7/provider-keyexch.pod
+++ b/doc/man7/provider-keyexch.pod
@@ -38,8 +38,8 @@ This documentation is primarily aimed at provider authors. See L<provider(7)>
for further information.
The key exchange (OSSL_OP_KEYEXCH) operation enables providers to implement key
-exchange algorithms and make them available to applications via the API
-functions L<EVP_PKEY_derive_init_ex(3)>, and L<EVP_PKEY_derive(3)> (as well as
+exchange algorithms and make them available to applications via
+L<EVP_PKEY_derive(3)> and
other related functions).
All "functions" mentioned here are passed as function pointers between