summary refs log tree commit diff stats
path: root/src/common/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ssl.h')
-rw-r--r--src/common/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ssl.h b/src/common/ssl.h
index 9c729855..ce2f616c 100644
--- a/src/common/ssl.h
+++ b/src/common/ssl.h
@@ -52,7 +52,7 @@ char *_SSL_set_verify (SSL_CTX *ctx, void *(verify_callback), char *cacert);
     int SSL_get_fd(SSL *);
 */
 void _SSL_close (SSL * ssl);
-
+int _SSL_check_hostname(X509 *cert, const char *host);
 int _SSL_get_cert_info (struct cert_info *cert_info, SSL * ssl);
 struct chiper_info *_SSL_get_cipher_info (SSL * ssl);