Skip to content
Snippets Groups Projects
Commit 3d364115 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Remove an incorrect "Fall through" comment.

parent 8798c0a9
Branches
Tags
No related merge requests found
......@@ -100,7 +100,7 @@ library_supports_digest(digest_algorithm_t alg)
switch (alg) {
case DIGEST_SHA1: /* Fall through */
case DIGEST_SHA256: /* Fall through */
case DIGEST_SHA512: /* Fall through */
case DIGEST_SHA512:
return true;
case DIGEST_SHA3_256: /* Fall through */
case DIGEST_SHA3_512: /* Fall through */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment