[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sun Feb 11 16:31:55 UTC 2018
The branch master has been updated
via c684a2d34d0da6967734bea051843263c5a76f34 (commit)
from 6dbe4dc4752484e1628e854dce46ef48faaf3384 (commit)
- Log -----------------------------------------------------------------
commit c684a2d34d0da6967734bea051843263c5a76f34
Author: Daniël van Eeden <git at myname.nl>
Date: Sun Feb 11 10:55:38 2018 -0500
Fix include in manpage of X509_check_host
Fixes Issue #5255
CLA: trivial
Reviewed-by: Andy Polyakov <appro at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5256)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/X509_check_host.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/X509_check_host.pod b/doc/man3/X509_check_host.pod
index 9384815..793a8ed 100644
--- a/doc/man3/X509_check_host.pod
+++ b/doc/man3/X509_check_host.pod
@@ -6,7 +6,7 @@ X509_check_host, X509_check_email, X509_check_ip, X509_check_ip_asc - X.509 cert
=head1 SYNOPSIS
- #include <openssl/x509.h>
+ #include <openssl/x509v3.h>
int X509_check_host(X509 *, const char *name, size_t namelen,
unsigned int flags, char **peername);
More information about the openssl-commits
mailing list