aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_handshake.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-12 21:00:50 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-12 21:00:50 +0000
commit19db7f74f4f6e37dc645f8363fd1259422a01462 (patch)
treec88dbde3f75ec4476431b5c3a94044138a19bd7b /src/daemon/https/tls/gnutls_handshake.h
parente30a3a0a1c7423b435e6cb0a2a065c0ed3ac25be (diff)
downloadlibmicrohttpd-19db7f74f4f6e37dc645f8363fd1259422a01462.tar.gz
libmicrohttpd-19db7f74f4f6e37dc645f8363fd1259422a01462.zip
removed too much
Diffstat (limited to 'src/daemon/https/tls/gnutls_handshake.h')
-rw-r--r--src/daemon/https/tls/gnutls_handshake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/https/tls/gnutls_handshake.h b/src/daemon/https/tls/gnutls_handshake.h
index 5c40d480..6ef002c6 100644
--- a/src/daemon/https/tls/gnutls_handshake.h
+++ b/src/daemon/https/tls/gnutls_handshake.h
@@ -36,6 +36,8 @@ int MHD_gtls_recv_hello (MHD_gtls_session_t session, opaque * data,
36int MHD_gtls_recv_handshake (MHD_gtls_session_t session, uint8_t **, int *, 36int MHD_gtls_recv_handshake (MHD_gtls_session_t session, uint8_t **, int *,
37 MHD_gnutls_handshake_description_t, 37 MHD_gnutls_handshake_description_t,
38 Optional optional); 38 Optional optional);
39void
40MHD__gnutls_handshake_set_max_packet_length (MHD_gtls_session_t session, size_t max);
39 41
40#define STATE session->internals.handshake_state 42#define STATE session->internals.handshake_state
41/* This returns true if we have got there 43/* This returns true if we have got there