summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2019-11-14 20:48:48 +0000
committermillert <millert@openbsd.org>2019-11-14 20:48:48 +0000
commitcdebaeb7257025fe76191183e0ca2b0a9f94c58f (patch)
treecf4491d1d63a1a9c53eeedb2e346699b5642ba1a
parentDo not print misleading error message about permission error for (diff)
downloadwireguard-openbsd-cdebaeb7257025fe76191183e0ca2b0a9f94c58f.tar.xz
wireguard-openbsd-cdebaeb7257025fe76191183e0ca2b0a9f94c58f.zip
Add missing cross-reference to NOTES section.
OK kn@ tb@
-rw-r--r--lib/libssl/man/SSL_CTX_use_certificate.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_CTX_use_certificate.3 b/lib/libssl/man/SSL_CTX_use_certificate.3
index cdf6067f161..3fa95c71d26 100644
--- a/lib/libssl/man/SSL_CTX_use_certificate.3
+++ b/lib/libssl/man/SSL_CTX_use_certificate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.13 2019/06/08 15:25:43 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.14 2019/11/14 20:48:48 millert Exp $
.\" full merge up to: OpenSSL 3aaa1bd0 Mar 28 16:35:25 2017 +1000
.\" selective merge up to: OpenSSL d1f7a1e6 Apr 26 14:05:40 2018 +0100
.\"
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 8 2019 $
+.Dd $Mdocdate: November 14 2019 $
.Dt SSL_CTX_USE_CERTIFICATE 3
.Os
.Sh NAME
@@ -206,7 +206,7 @@ loads the certificate from
into
.Fa ssl .
See the
-.Pp
+.Sx NOTES
section on why
.Fn SSL_CTX_use_certificate_chain_file
should be preferred.