summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-16 17:24:55 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-16 17:24:55 +0200
commit0e7fdf91bd810f400bdd9faa73d47c0c5797a213 (patch)
treedb0ea92eeb0e9649c231ac7bc7662f65476e6416 /lib/gnutls_auth.c
parent5cff6d578d0c38c56f2c8dfafa7d6dfc3ecbc4db (diff)
downloadgnutls-0e7fdf91bd810f400bdd9faa73d47c0c5797a213.tar.gz
Indent.
Diffstat (limited to 'lib/gnutls_auth.c')
-rw-r--r--lib/gnutls_auth.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index 64fbd18d6b..cfd9138bd1 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.c
@@ -173,9 +173,8 @@ gnutls_auth_get_type (gnutls_session_t session)
return
_gnutls_map_kx_get_cred (_gnutls_cipher_suite_get_kx_algo
- (&session->
- security_parameters.current_cipher_suite),
- server);
+ (&session->security_parameters.
+ current_cipher_suite), server);
}
/**
@@ -194,8 +193,8 @@ gnutls_auth_server_get_type (gnutls_session_t session)
{
return
_gnutls_map_kx_get_cred (_gnutls_cipher_suite_get_kx_algo
- (&session->
- security_parameters.current_cipher_suite), 1);
+ (&session->security_parameters.
+ current_cipher_suite), 1);
}
/**
@@ -214,8 +213,8 @@ gnutls_auth_client_get_type (gnutls_session_t session)
{
return
_gnutls_map_kx_get_cred (_gnutls_cipher_suite_get_kx_algo
- (&session->
- security_parameters.current_cipher_suite), 0);
+ (&session->security_parameters.
+ current_cipher_suite), 0);
}