diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:55:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:55:54 -0400 |
commit | 32854aef28f5ff94fc60647c9881576141574aba (patch) | |
tree | 825a30def480a4cadf9e7e1aefb0275363b566cc /src/or/torcert.c | |
parent | d9ca4e20bd51915317c7bda38ef56c67499f6f5e (diff) | |
download | tor-32854aef28f5ff94fc60647c9881576141574aba.tar.gz tor-32854aef28f5ff94fc60647c9881576141574aba.zip |
whitespace fixes
Diffstat (limited to 'src/or/torcert.c')
-rw-r--r-- | src/or/torcert.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/torcert.c b/src/or/torcert.c index 4259363f35..852def9ef6 100644 --- a/src/or/torcert.c +++ b/src/or/torcert.c @@ -603,7 +603,6 @@ or_handshake_certs_ed25519_ok(int severity, return 1; } - /** * Check the Ed certificates and/or the RSA certificates, as appropriate. If * we obtained an Ed25519 identity, set *ed_id_out. If we obtained an RSA @@ -646,5 +645,5 @@ or_handshake_certs_check_both(int severity, *rsa_id_out = tor_x509_cert_get_id_digests(certs->id_cert); } } - } + |