From 7de2fb55c5a9904ddcf40305a6e99d9b06f622db Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 7 Jan 2017 03:01:44 +0000 Subject: Use .Fn rather than .Xr for X509_VERIFY_PARAM_lookup(), fixing a dead link reported by jmc@. Only about half of X509_VERIFY_PARAM is documented so far, and the extensible lookup table feels like one of the more arcane features and probably not the next thing to document. --- src/lib/libcrypto/man/X509_STORE_CTX_new.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_new.3 b/src/lib/libcrypto/man/X509_STORE_CTX_new.3 index c72ed2a62a..50e50fd5ad 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_new.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.4 2016/12/05 13:38:58 schwarze Exp $ +.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.5 2017/01/07 03:01:44 schwarze Exp $ .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2016 $ +.Dd $Mdocdate: January 7 2017 $ .Dt X509_STORE_CTX_NEW 3 .Os .Sh NAME @@ -213,7 +213,7 @@ should not be used. looks up and sets the default verification method to .Fa name . This uses the function -.Xr X509_VERIFY_PARAM_lookup 3 +.Fn X509_VERIFY_PARAM_lookup to find an appropriate set of parameters from .Fa name . .Pp -- cgit v1.2.3-55-g6feb