diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-07 03:01:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-07 03:01:45 +0000 |
commit | 3841b247fb8240176063e3f77059bf8ab7a5b50a (patch) | |
tree | 554d8d344978f04622435aaace99678dd47d1ec4 /lib | |
parent | 5a1c8e130139c938037f027f33196db92c52e785 (diff) |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_STORE_CTX_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/X509_STORE_CTX_new.3 b/lib/libcrypto/man/X509_STORE_CTX_new.3 index c72ed2a62a9..50e50fd5ad7 100644 --- a/lib/libcrypto/man/X509_STORE_CTX_new.3 +++ b/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 <steve@openssl.org>. @@ -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 |