diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-28 11:10:24 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-28 11:10:24 +0000 |
commit | 9aefd34c577d353ca6a681c5d4f0bd79a3c54666 (patch) | |
tree | a8840f77746f2750b8a8e2173edb1e3dbf45f0c6 /lib/gnutls_auth.c | |
parent | b117dd49f97cd76186dcb46b3fd2ed018a6a241f (diff) | |
download | gnutls-9aefd34c577d353ca6a681c5d4f0bd79a3c54666.tar.gz |
Indent.
Diffstat (limited to 'lib/gnutls_auth.c')
-rw-r--r-- | lib/gnutls_auth.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c index c4b547a4a8..e5f4322414 100644 --- a/lib/gnutls_auth.c +++ b/lib/gnutls_auth.c @@ -169,7 +169,8 @@ gnutls_credentials_type_t gnutls_auth_get_type(gnutls_session_t session) * to access authentication data. * **/ -gnutls_credentials_type_t gnutls_auth_server_get_type(gnutls_session_t session) +gnutls_credentials_type_t gnutls_auth_server_get_type(gnutls_session_t + session) { return _gnutls_map_kx_get_cred(_gnutls_cipher_suite_get_kx_algo @@ -186,7 +187,8 @@ gnutls_credentials_type_t gnutls_auth_server_get_type(gnutls_session_t session) * to access authentication data. * **/ -gnutls_credentials_type_t gnutls_auth_client_get_type(gnutls_session_t session) +gnutls_credentials_type_t gnutls_auth_client_get_type(gnutls_session_t + session) { return _gnutls_map_kx_get_cred(_gnutls_cipher_suite_get_kx_algo |