Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
11161395
Commit
11161395
authored
Oct 15, 2018
by
Nick Mathewson
🐛
Browse files
Merge branch 'maint-0.3.4'
parents
feed41be
633e9957
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/hs/hs_intropoint.c
View file @
11161395
...
...
@@ -61,7 +61,7 @@ get_auth_key_from_cell(ed25519_public_key_t *auth_key_out,
default:
/* Getting here is really bad as it means we got a unknown cell type from
* this file where every call has an hardcoded value. */
tor_assert
(
0
);
/* LCOV_EXCL_LINE */
tor_assert
_unreached
();
/* LCOV_EXCL_LINE */
}
tor_assert
(
key_array
);
tor_assert
(
auth_key_len
==
sizeof
(
auth_key_out
->
pubkey
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment