summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-10-07 15:53:16 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-10-07 15:53:16 +0000
commitcc6c053db8fa459a5f183b3090afa544f06aa44e (patch)
tree56bffbe1fb2e1ce47ddb1d0af48ef72f1a679983 /lib/gnutls_handshake.h
parent88fb7db5d745bca0bf6fec04f1915ce568aaacd2 (diff)
downloadgnutls-cc6c053db8fa459a5f183b3090afa544f06aa44e.tar.gz
Added some kind of priorities for algorithms. Still experimental.
Diffstat (limited to 'lib/gnutls_handshake.h')
-rw-r--r--lib/gnutls_handshake.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_handshake.h b/lib/gnutls_handshake.h
index b960cb8d2f..93d8851828 100644
--- a/lib/gnutls_handshake.h
+++ b/lib/gnutls_handshake.h
@@ -1,4 +1,3 @@
-int _gnutls_supported_ciphersuites(GNUTLS_CipherSuite **ciphers);
int _gnutls_supported_compression_methods(CompressionMethod **comp);
int _gnutls_send_handshake(int cd, GNUTLS_STATE state, void* i_data, uint32 i_datasize, HandshakeType type);
int _gnutls_send_hello_request(int cd, GNUTLS_STATE state);