]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an incorrect "Fall through" comment.
authorNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 18:47:38 +0000 (14:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 19:08:02 +0000 (15:08 -0400)
src/lib/crypt_ops/crypto_digest.c

index 26f06c6c799c5fc4a3819b798e95367fecf6cb0d..1b2724b2aad066abfbf5d2aabbcd056caef1a675 100644 (file)
@@ -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 */