Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
3d364115
Commit
3d364115
authored
May 06, 2020
by
Nick Mathewson
🌻
Browse files
Remove an incorrect "Fall through" comment.
parent
8798c0a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/crypt_ops/crypto_digest.c
View file @
3d364115
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment