tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c0f0351e06f30b81c77d853a7f90c55309b602bb
parent 7fff6cfead76263c0ced736996dd7ed35e95a6f4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 27 Jun 2017 17:22:53 -0400

whitespace fix

Diffstat:
Msrc/test/test_crypto.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c @@ -2893,7 +2893,6 @@ test_crypto_ed25519_validation(void *arg) tt_int_op(ed25519_validate_pubkey(&pub1), OP_EQ, 0); } - done: ; }