Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 27, 2024
2 parents 38c5788 + d91d9ac commit 5f4449e
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 264 deletions.
2 changes: 1 addition & 1 deletion include/cybozu/sha2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct NewHash {
, md_(EVP_get_digestbyname(name))
{
if (md_ == 0) {
fprintf(stderr, "fatail error NewHash %s\n", name);
fprintf(stderr, "fatal error NewHash %s\n", name);
}
assert(md_);
}
Expand Down
Loading

0 comments on commit 5f4449e

Please sign in to comment.