summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 23:06:41 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 23:06:41 +0000
commitf54027ffc42d994c62293cf695b860e02f3cd949 (patch)
tree337606c284af249c7de028ab37b7485521b021e4
parent3d4c1c2dae7d2875215663d3bbc550f46b862cd0 (diff)
downloadgnutls-f54027ffc42d994c62293cf695b860e02f3cd949.tar.gz
Remove.
-rw-r--r--lib/gnutls_int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index be6bb611d6..cf98d28710 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -590,7 +590,6 @@ struct gnutls_session_int {
*/
void _gnutls_set_current_version(gnutls_session_t session,
gnutls_protocol_t version);
-gnutls_protocol_t gnutls_protocol_get_version(gnutls_session_t session);
void _gnutls_free_auth_info(gnutls_session_t session);
/* These two macros return the advertized TLS version of
@@ -609,8 +608,4 @@ void _gnutls_free_auth_info(gnutls_session_t session);
void _gnutls_set_adv_version(gnutls_session_t, gnutls_protocol_t);
gnutls_protocol_t _gnutls_get_adv_version(gnutls_session_t);
-int gnutls_fingerprint(gnutls_digest_algorithm_t algo,
- const gnutls_datum_t * data, void *result,
- size_t * result_size);
-
#endif /* GNUTLS_INT_H */