projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dbe4dc
)
Fix include in manpage of X509_check_host
author
Daniël van Eeden
<git@myname.nl>
Sun, 11 Feb 2018 15:55:38 +0000
(10:55 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Sun, 11 Feb 2018 15:55:38 +0000
(10:55 -0500)
Fixes Issue #5255
CLA: trivial
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5256)
doc/man3/X509_check_host.pod
patch
|
blob
|
history
diff --git
a/doc/man3/X509_check_host.pod
b/doc/man3/X509_check_host.pod
index 93848152b5ec1a6b27d599ab54e4949460371f05..793a8edf265aac75b2b5f376f0181615c527bc9a 100644
(file)
--- 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/x509
v3
.h>
int X509_check_host(X509 *, const char *name, size_t namelen,
unsigned int flags, char **peername);