diff options
author | schwarze <> | 2017-01-07 03:01:44 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-07 03:01:44 +0000 |
commit | 7de2fb55c5a9904ddcf40305a6e99d9b06f622db (patch) | |
tree | 14337058f8129acf3895848ea6cce26f71b3fd4f | |
parent | 8ab50eb501eb6bde2031153606892adcf116b569 (diff) | |
download | openbsd-7de2fb55c5a9904ddcf40305a6e99d9b06f622db.tar.gz openbsd-7de2fb55c5a9904ddcf40305a6e99d9b06f622db.tar.bz2 openbsd-7de2fb55c5a9904ddcf40305a6e99d9b06f622db.zip |
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.
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_new.3,v 1.4 2016/12/05 13:38:58 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_new.3,v 1.5 2017/01/07 03:01:44 schwarze Exp $ |
2 | .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 | 2 | .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 5 2016 $ | 51 | .Dd $Mdocdate: January 7 2017 $ |
52 | .Dt X509_STORE_CTX_NEW 3 | 52 | .Dt X509_STORE_CTX_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -213,7 +213,7 @@ should not be used. | |||
213 | looks up and sets the default verification method to | 213 | looks up and sets the default verification method to |
214 | .Fa name . | 214 | .Fa name . |
215 | This uses the function | 215 | This uses the function |
216 | .Xr X509_VERIFY_PARAM_lookup 3 | 216 | .Fn X509_VERIFY_PARAM_lookup |
217 | to find an appropriate set of parameters from | 217 | to find an appropriate set of parameters from |
218 | .Fa name . | 218 | .Fa name . |
219 | .Pp | 219 | .Pp |