Fix include in manpage of X509_check_host
authorDaniël van Eeden <git@myname.nl>
Sun, 11 Feb 2018 15:55:38 +0000 (10:55 -0500)
committerRich 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

index 93848152b5ec1a6b27d599ab54e4949460371f05..793a8edf265aac75b2b5f376f0181615c527bc9a 100644 (file)
@@ -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);