Merge branch 'maint-0.4.2' into maint-0.4.3

This commit is contained in:
Nick Mathewson
2020-05-06 16:47:03 -04:00
8 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -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 */