aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_handshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_handshake.c')
-rw-r--r--src/daemon/https/tls/gnutls_handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_handshake.c b/src/daemon/https/tls/gnutls_handshake.c
index 906350e2..cb6cd583 100644
--- a/src/daemon/https/tls/gnutls_handshake.c
+++ b/src/daemon/https/tls/gnutls_handshake.c
@@ -1493,7 +1493,7 @@ MHD__gnutls_read_server_hello (MHD_gtls_session_t session,
1493/* This function copies the appropriate ciphersuites to a locally allocated buffer 1493/* This function copies the appropriate ciphersuites to a locally allocated buffer
1494 * Needed in client hello messages. Returns the new data length. 1494 * Needed in client hello messages. Returns the new data length.
1495 */ 1495 */
1496static int 1496int
1497MHD__gnutls_copy_ciphersuites (MHD_gtls_session_t session, 1497MHD__gnutls_copy_ciphersuites (MHD_gtls_session_t session,
1498 opaque * ret_data, size_t ret_data_size) 1498 opaque * ret_data, size_t ret_data_size)
1499{ 1499{