summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2006-04-05 20:35:50 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2006-04-05 20:35:50 +0000
commit8e1694126b84557c00775d84195159b43bc4ba58 (patch)
tree5f98b6b1356e06f3a3ca5e29da54a81fc402b7c2 /lib/gnutls_handshake.c
parentf9463b7c4c197abddc01c3a7bcd6894cfa2032f3 (diff)
downloadgnutls-8e1694126b84557c00775d84195159b43bc4ba58.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_handshake.c')
-rw-r--r--lib/gnutls_handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index bf314aea1b..66cec0a9bb 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2815,7 +2815,7 @@ _gnutls_remove_unwanted_ciphersuites (gnutls_session_t session,
*
**/
void
-gnutls_handshake_set_max_packet_length (gnutls_session_t session, int max)
+gnutls_handshake_set_max_packet_length (gnutls_session_t session, size_t max)
{
session->internals.max_handshake_data_buffer_size = max;
}