summaryrefslogtreecommitdiffstats
path: root/doc/man3/SMIME_read_PKCS7.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SMIME_read_PKCS7.pod')
-rw-r--r--doc/man3/SMIME_read_PKCS7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SMIME_read_PKCS7.pod b/doc/man3/SMIME_read_PKCS7.pod
index 791c49ff75..c2d422c512 100644
--- a/doc/man3/SMIME_read_PKCS7.pod
+++ b/doc/man3/SMIME_read_PKCS7.pod
@@ -27,7 +27,7 @@ error occurred.
SMIME_read_PKCS7_ex() is similar to SMIME_read_PKCS7() but can optionally supply
a previously created I<p7> PKCS#7 object. If I<p7> is NULL then it is identical
to SMIME_read_PKCS7().
-To create a I<p7> object use L<PKCS7_new_with_libctx(3)>.
+To create a I<p7> object use L<PKCS7_new_ex(3)>.
=head1 NOTES