summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-05 19:41:12 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-05 19:41:12 +0000
commit3ef902b571052587920e84c4b9865243edcc135a (patch)
tree3e53ce113fb1366f5bdc34b61e61b273ecc960fe /includes
parent3ed43ba606d5cfdb7d532d22d9b5e61b51f4e869 (diff)
downloadgnutls-3ef902b571052587920e84c4b9865243edcc135a.tar.gz
(gnutls_certificate_verify_peers): Fix prototype.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/gnutls/compat.h b/includes/gnutls/compat.h
index b568ca5d2c..eab5442262 100644
--- a/includes/gnutls/compat.h
+++ b/includes/gnutls/compat.h
@@ -54,6 +54,4 @@
#define gnutls_datum gnutls_datum_t
#define gnutls_transport_ptr gnutls_transport_ptr_t
-int gnutls_certificate_verify_peers(gnutls_session session);
-
#endif /* GCOMPAT_H */