summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2022-12-08 08:47:08 +0100
committerMatt Caswell <matt@openssl.org>2022-12-08 09:16:06 +0000
commit9a5c884999a55595e376083b3a165515c8123049 (patch)
tree852bfc2298218cc6ed94c14a5c92e8a38a5355b4 /doc
parentf6fdbe63c7c51bd7c2c37567781d166e475ab5b1 (diff)
cmp_vfy_test.c: fix name OSSL_CMP_CTX_set0_trusted{,Store}
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19859)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_CMP_validate_msg.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_CMP_validate_msg.pod b/doc/man3/OSSL_CMP_validate_msg.pod
index 83adcbfef4..44c901210f 100644
--- a/doc/man3/OSSL_CMP_validate_msg.pod
+++ b/doc/man3/OSSL_CMP_validate_msg.pod
@@ -66,7 +66,7 @@ return 1 on success, 0 on error or validation failed.
L<OSSL_CMP_CTX_new(3)>, L<OSSL_CMP_exec_certreq(3)>,
L<OSSL_CMP_CTX_set1_secretValue(3)>, L<OSSL_CMP_CTX_set1_srvCert(3)>,
-L<OSSL_CMP_CTX_set1_untrusted(3)>, L<OSSL_CMP_CTX_set0_trusted(3)>
+L<OSSL_CMP_CTX_set1_untrusted(3)>, L<OSSL_CMP_CTX_set0_trustedStore(3)>
=head1 HISTORY