aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/gnutls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/gnutls.h')
-rw-r--r--src/daemon/https/gnutls.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/daemon/https/gnutls.h b/src/daemon/https/gnutls.h
index fb1b280f..8df7dc4f 100644
--- a/src/daemon/https/gnutls.h
+++ b/src/daemon/https/gnutls.h
@@ -288,11 +288,6 @@ extern "C"
288 288
289 void MHD_gtls_handshake_set_private_extensions (MHD_gtls_session_t session, 289 void MHD_gtls_handshake_set_private_extensions (MHD_gtls_session_t session,
290 int allow); 290 int allow);
291 MHD_gnutls_handshake_description_t
292 MHD_gtls_handshake_get_last_out (MHD_gtls_session_t session);
293 MHD_gnutls_handshake_description_t
294 MHD_gtls_handshake_get_last_in (MHD_gtls_session_t session);
295
296/* 291/*
297 * Record layer functions. 292 * Record layer functions.
298 */ 293 */