summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_verify.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/CMS_verify.pod')
-rw-r--r--doc/crypto/CMS_verify.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/CMS_verify.pod b/doc/crypto/CMS_verify.pod
index 7a2c1ee251..47ca32b188 100644
--- a/doc/crypto/CMS_verify.pod
+++ b/doc/crypto/CMS_verify.pod
@@ -104,7 +104,7 @@ occurred.
CMS_get0_signers() returns all signers or NULL if an error occurred.
-The error can be obtained from L<ERR_get_error(3)|ERR_get_error(3)>
+The error can be obtained from L<ERR_get_error(3)>
=head1 BUGS
@@ -117,7 +117,7 @@ be held in memory if it is not detached.
=head1 SEE ALSO
-L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_sign(3)|CMS_sign(3)>
+L<ERR_get_error(3)>, L<CMS_sign(3)>
=head1 HISTORY