The branch master has been updated
       via  c684a2d34d0da6967734bea051843263c5a76f34 (commit)
      from  6dbe4dc4752484e1628e854dce46ef48faaf3384 (commit)


- Log -----------------------------------------------------------------
commit c684a2d34d0da6967734bea051843263c5a76f34
Author: DaniĆ«l van Eeden <[email protected]>
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 <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (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);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to