Skip to content

Commit

Permalink
Change boringssl submodule hash, small fix
Browse files Browse the repository at this point in the history
* Select the last submodule hash that still builds on ubuntu-22.04
* Add 'void' to test function where it was missing
  • Loading branch information
iamnotacake committed Nov 13, 2023
1 parent c61b26a commit 4311c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/soter/soter_sym_test.c
Expand Up @@ -605,7 +605,7 @@ static void test_invalid_params(void)
}
}

void run_soter_sym_test()
void run_soter_sym_test(void)
{
testsuite_enter_suite("soter sym");
// testsuite_run_test(soter_sym_test);
Expand Down
2 changes: 1 addition & 1 deletion third_party/boringssl/src
Submodule src updated from 987dff to a43c76

0 comments on commit 4311c4e

Please sign in to comment.