diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-15 12:52:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-15 12:52:54 -0400 |
commit | 11161395aff57c5aa69cda916f1ac166ee928387 (patch) | |
tree | c4ced5739dd0c69b1e4fdaa87758586705294595 /src/feature | |
parent | feed41bed323713c8064dae210a3869e737e2936 (diff) | |
parent | 633e99575ff5576ea01cc03c085b22776972bcc3 (diff) | |
download | tor-11161395aff57c5aa69cda916f1ac166ee928387.tar.gz tor-11161395aff57c5aa69cda916f1ac166ee928387.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/hs/hs_intropoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_intropoint.c b/src/feature/hs/hs_intropoint.c index 42092e22b1..c716447c9f 100644 --- a/src/feature/hs/hs_intropoint.c +++ b/src/feature/hs/hs_intropoint.c @@ -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)); |