Skip to content

Commit

Permalink
Remove an incorrect "Fall through" comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed May 6, 2020
1 parent 8798c0a commit 3d36411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/crypt_ops/crypto_digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3d36411

Please sign in to comment.