aboutsummaryrefslogtreecommitdiff
path: root/src/or/channeltls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-10 15:35:46 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-10 15:35:46 -0500
commita8d69895897056fcc313914e9d611d3c9008e17c (patch)
treef670ff0aa4e1a75de248dff8b5de2ff22d5ced5c /src/or/channeltls.c
parent9746aed2baffeb3788552f8cdedc5611ab2f91b7 (diff)
downloadtor-a8d69895897056fcc313914e9d611d3c9008e17c.tar.gz
tor-a8d69895897056fcc313914e9d611d3c9008e17c.zip
Whitespace fixes
Diffstat (limited to 'src/or/channeltls.c')
-rw-r--r--src/or/channeltls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/channeltls.c b/src/or/channeltls.c
index a4c570833e..016ef75456 100644
--- a/src/or/channeltls.c
+++ b/src/or/channeltls.c
@@ -1819,7 +1819,8 @@ channel_tls_process_certs_cell(var_cell_t *cell, channel_tls_t *chan)
chan->conn->handshake_state->authenticated = 1;
{
- const common_digests_t *id_digests = tor_x509_cert_get_id_digests(id_cert);
+ const common_digests_t *id_digests =
+ tor_x509_cert_get_id_digests(id_cert);
crypto_pk_t *identity_rcvd;
if (!id_digests)
ERR("Couldn't compute digests for key in ID cert");