aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_auth.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-17 07:49:16 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-17 07:49:16 +0000
commita0a601db2412674cff5de1dbaee083a8ae38f67c (patch)
treee98c1c319cab75878943d5dd648e4ad7040d7d9b /src/daemon/https/tls/gnutls_auth.c
parentd59bf31468aeb2b9a725c697181f9d294449b2ab (diff)
downloadlibmicrohttpd-a0a601db2412674cff5de1dbaee083a8ae38f67c.tar.gz
libmicrohttpd-a0a601db2412674cff5de1dbaee083a8ae38f67c.zip
indent
Diffstat (limited to 'src/daemon/https/tls/gnutls_auth.c')
-rw-r--r--src/daemon/https/tls/gnutls_auth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/https/tls/gnutls_auth.c b/src/daemon/https/tls/gnutls_auth.c
index df978ef9..7c820c4e 100644
--- a/src/daemon/https/tls/gnutls_auth.c
+++ b/src/daemon/https/tls/gnutls_auth.c
@@ -166,9 +166,8 @@ MHD_gtls_auth_get_type (MHD_gtls_session_t session)
166 166
167 return 167 return
168 MHD_gtls_map_kx_get_cred (MHD_gtls_cipher_suite_get_kx_algo 168 MHD_gtls_map_kx_get_cred (MHD_gtls_cipher_suite_get_kx_algo
169 (&session-> 169 (&session->security_parameters.
170 security_parameters.current_cipher_suite), 170 current_cipher_suite), server);
171 server);
172} 171}
173 172
174/* 173/*