aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-03 16:19:49 -0400
committerRich Salz <rsalz@openssl.org>2016-06-05 18:32:56 -0400
commit35d2e3275f9b313ed63754641118ecbbc7873413 (patch)
treefa8063d3f7405829da11a711eff6bdfeebd24fc3 /doc/ssl
parent65cc6d5c0acb8a0a925d9dbeb21ab96a6c7ec89f (diff)
downloadopenssl-35d2e3275f9b313ed63754641118ecbbc7873413.tar.gz
Remove extra include's in synopsis.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_set1_host.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ssl/SSL_set1_host.pod b/doc/ssl/SSL_set1_host.pod
index b77d41f336..3339a0e803 100644
--- a/doc/ssl/SSL_set1_host.pod
+++ b/doc/ssl/SSL_set1_host.pod
@@ -8,7 +8,6 @@ SSL server verification parameters
=head1 SYNOPSIS
#include <openssl/ssl.h>
- #include <openssl/x509_vfy.h>
int SSL_set1_host(SSL *s, const char *hostname);
int SSL_add1_host(SSL *s, const char *hostname);