mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add an unreachable line to make the compiler happy
This commit is contained in:
parent
f2a5df252f
commit
4ec0f8531e
@ -1731,6 +1731,7 @@ crypto_digest_algorithm_get_length(digest_algorithm_t alg)
|
||||
return DIGEST512_LEN;
|
||||
default:
|
||||
tor_assert(0);
|
||||
return 0; /* Unreachable */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user