diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-12 07:53:05 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-04-12 07:53:05 -0400 |
commit | bf68c78e942b196e65e2d8ae6f172a5a6a363561 (patch) | |
tree | 9324b815adb40299ada3ed56e85f22b525f28c2d /src/or/hs_intropoint.c | |
parent | 6bacc3c7a88509043613d3bc29534c0ecf8803b1 (diff) | |
download | tor-bf68c78e942b196e65e2d8ae6f172a5a6a363561.tar.gz tor-bf68c78e942b196e65e2d8ae6f172a5a6a363561.zip |
hs: Make check-spaces happy after rename
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_intropoint.c')
-rw-r--r-- | src/or/hs_intropoint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/hs_intropoint.c b/src/or/hs_intropoint.c index b0515bebdb..c32d24480a 100644 --- a/src/or/hs_intropoint.c +++ b/src/or/hs_intropoint.c @@ -94,7 +94,8 @@ verify_establish_intro_cell(const trn_cell_establish_intro_t *cell, /* Verify the sig */ { ed25519_signature_t sig_struct; - const uint8_t *sig_array = trn_cell_establish_intro_getconstarray_sig(cell); + const uint8_t *sig_array = + trn_cell_establish_intro_getconstarray_sig(cell); /* Make sure the signature length is of the right size. For EXTRA safety, * we check both the size of the array and the length which must be the |