summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r--lib/gnutls_x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index 55340dc3cf..a082cfcfcb 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -24,6 +24,7 @@
#include <gnutls/abstract.h>
int _gnutls_x509_cert_verify_peers (gnutls_session_t session,
+ const char* hostname,
unsigned int *status);
#define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE"