diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-05 19:41:12 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-05 19:41:12 +0000 |
commit | 3ef902b571052587920e84c4b9865243edcc135a (patch) | |
tree | 3e53ce113fb1366f5bdc34b61e61b273ecc960fe /includes | |
parent | 3ed43ba606d5cfdb7d532d22d9b5e61b51f4e869 (diff) | |
download | gnutls-3ef902b571052587920e84c4b9865243edcc135a.tar.gz |
(gnutls_certificate_verify_peers): Fix prototype.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/compat.h | 2 |
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 */ |