diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-04-14 22:15:02 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-04-14 22:15:02 +0000 |
commit | ce4c6f6eae3e01a71493011b1aa8e8d6f1268085 (patch) | |
tree | 2e0d2b6ad9823540b2d64cbcc414a3a509299b0f /lib/gnutls_handshake.h | |
parent | 2bdeed86f5172b9c45cdc7da0ab969ddbd73301b (diff) | |
download | gnutls-ce4c6f6eae3e01a71493011b1aa8e8d6f1268085.tar.gz |
Cleanup.
Diffstat (limited to 'lib/gnutls_handshake.h')
-rw-r--r-- | lib/gnutls_handshake.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gnutls_handshake.h b/lib/gnutls_handshake.h index 7e04608c20..8347acd59b 100644 --- a/lib/gnutls_handshake.h +++ b/lib/gnutls_handshake.h @@ -26,13 +26,11 @@ typedef enum Optional { OPTIONAL_PACKET, MANDATORY_PACKET } Optional; int _gnutls_send_handshake(gnutls_session_t session, void *i_data, uint32 i_datasize, gnutls_handshake_description_t type); -int gnutls_send_hello_request(gnutls_session_t session); int _gnutls_recv_hello_request(gnutls_session_t session, void *data, uint32 data_size); int _gnutls_send_hello(gnutls_session_t session, int again); int _gnutls_recv_hello(gnutls_session_t session, opaque * data, int datalen); -int gnutls_handshake(gnutls_session_t session); int _gnutls_recv_handshake(gnutls_session_t session, uint8 **, int *, gnutls_handshake_description_t, Optional optional); int _gnutls_generate_session_id(opaque * session_id, uint8 * len); @@ -46,8 +44,6 @@ int _gnutls_remove_unwanted_ciphersuites(gnutls_session_t session, cipher_suite_st ** cipherSuites, int numCipherSuites, gnutls_pk_algorithm_t); -void gnutls_handshake_set_max_packet_length(gnutls_session_t session, - int max); int _gnutls_find_pk_algos_in_ciphersuites(opaque * data, int datalen); int _gnutls_server_select_suite(gnutls_session_t session, opaque * data, int datalen); |