aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-06 16:47:03 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-06 16:47:03 -0400
commit82effefb69defc757ed2f576d40badbd8460f757 (patch)
tree667235b03238dd6074d8a7836b71a1a06803a63c /src/lib/crypt_ops
parent42dfcd0ae3f7a872a781452c289b4e47c494d122 (diff)
parentfecc5fd38d80093a9c189eece4acd41c35cd36c6 (diff)
downloadtor-82effefb69defc757ed2f576d40badbd8460f757.tar.gz
tor-82effefb69defc757ed2f576d40badbd8460f757.zip
Merge branch 'maint-0.4.3'
Diffstat (limited to 'src/lib/crypt_ops')
-rw-r--r--src/lib/crypt_ops/crypto_digest_nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_digest_nss.c b/src/lib/crypt_ops/crypto_digest_nss.c
index 7e7464273e..3092a08015 100644
--- a/src/lib/crypt_ops/crypto_digest_nss.c
+++ b/src/lib/crypt_ops/crypto_digest_nss.c
@@ -91,7 +91,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 */