diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-06 16:47:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-06 16:47:03 -0400 |
commit | fecc5fd38d80093a9c189eece4acd41c35cd36c6 (patch) | |
tree | c741b52c2b172e0ff3eeb8f12bc4dd6bba02a396 /src/lib/crypt_ops | |
parent | e61867416ec23b996de4c6a8c1c6875db549faf2 (diff) | |
parent | d04b708b4bd47ee8df6796f19b25f558b2b18e91 (diff) | |
download | tor-fecc5fd38d80093a9c189eece4acd41c35cd36c6.tar.gz tor-fecc5fd38d80093a9c189eece4acd41c35cd36c6.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'src/lib/crypt_ops')
-rw-r--r-- | src/lib/crypt_ops/crypto_digest_nss.c | 2 |
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 */ |