diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-07-02 15:24:05 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-07-02 15:24:05 +0200 |
commit | bade988016aa5d2936c6bdf53570125181cfe2f9 (patch) | |
tree | 65948be9cd75ccfb8fd2a6c26ad15caed4119cc5 /lib/auth_dhe.c | |
parent | 36f07088e2979bf28e52fec4992d3da04e73eb6c (diff) | |
download | gnutls-bade988016aa5d2936c6bdf53570125181cfe2f9.tar.gz |
Indent code.
Diffstat (limited to 'lib/auth_dhe.c')
-rw-r--r-- | lib/auth_dhe.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/auth_dhe.c b/lib/auth_dhe.c index ba5220d28c..a109238def 100644 --- a/lib/auth_dhe.c +++ b/lib/auth_dhe.c @@ -217,9 +217,8 @@ proc_dhe_server_kx (gnutls_session_t session, opaque * data, if ((ret = _gnutls_get_auth_info_gcert (&peer_cert, - session->security_parameters.cert_type, - info, - CERT_NO_COPY)) < 0) + session->security_parameters.cert_type, + info, CERT_NO_COPY)) < 0) { gnutls_assert (); return ret; |