aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/ext_cert_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/ext_cert_type.c')
-rw-r--r--src/daemon/https/tls/ext_cert_type.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/https/tls/ext_cert_type.c b/src/daemon/https/tls/ext_cert_type.c
index 4feeb18f..a104b00b 100644
--- a/src/daemon/https/tls/ext_cert_type.c
+++ b/src/daemon/https/tls/ext_cert_type.c
@@ -147,10 +147,11 @@ int
147MHD_gtls_cert_type_send_params (MHD_gtls_session_t session, opaque * data, 147MHD_gtls_cert_type_send_params (MHD_gtls_session_t session, opaque * data,
148 size_t data_size) 148 size_t data_size)
149{ 149{
150 unsigned len, i; 150 unsigned int len;
151 151
152 /* this function sends the client extension data (dnsname) */ 152 /* this function sends the client extension data (dnsname) */
153#if MHD_DEBUG_TLS 153#if MHD_DEBUG_TLS
154 unsigned int i;
154 if (session->security_parameters.entity == GNUTLS_CLIENT) 155 if (session->security_parameters.entity == GNUTLS_CLIENT)
155 { 156 {
156 157