chore: apply suggestions from code review

This commit is contained in:
David Leal 2023-05-29 21:23:35 -06:00 committed by GitHub
parent e17c998a51
commit 33468b1ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ void test_sha256() {
}
}
void test() {
static void test() {
test_compute_padded_size();
test_extract_byte();
test_get_char();