diff options
author | 2016-03-10 23:21:46 +0000 | |
---|---|---|
committer | 2016-03-10 23:21:46 +0000 | |
commit | f5358797891f039577acc2af025dd8c61dc6a04c (patch) | |
tree | 8da9af0ab99f2ed7e1362f7748b894822f463785 /lib/libssl/src/doc/ssl | |
parent | don't check stack-allocated arrays against NULL (diff) | |
download | wireguard-openbsd-f5358797891f039577acc2af025dd8c61dc6a04c.tar.xz wireguard-openbsd-f5358797891f039577acc2af025dd8c61dc6a04c.zip |
http -> https for a few more IETF URLs in comments or man pages
Diffstat (limited to 'lib/libssl/src/doc/ssl')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 b/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 index 771b49a0b25..e82f7b14a0b 100644 --- a/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 +++ b/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.3 2016/03/10 23:21:46 mmcc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: March 10 2016 $ .Dt SSL_CTX_SET_MAX_CERT_LIST 3 .Os .Sh NAME @@ -74,7 +74,7 @@ See for example the work on and .%T "TLS Delegation Protocol" at -.Lk http://www.ietf.org/ +.Lk https://www.ietf.org/ and .Lk http://www.globus.org/ . .Pp |