Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Sep 23, 2024
1 parent e798708 commit 39ed49f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ossfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
head -n 20 projects/libyal/Dockerfile > projects/libhmac/Dockerfile
echo "RUN git clone --depth 1 https://github.com/libyal/libhmac.git libhmac" >> projects/libhmac/Dockerfile
tail -n 3 projects/libyal/Dockerfile >> projects/libhmac/Dockerfile
python3 infra/helper.py build_image --pull libhmac
python3 infra/helper.py build_image --pull libhmac
python3 infra/helper.py build_fuzzers --sanitizer address libhmac
python3 infra/helper.py check_build libhmac
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.71])

AC_INIT(
[libhmac],
[20240620],
[20240923],
[[email protected]])

AC_CONFIG_SRCDIR(
Expand Down
1 change: 1 addition & 0 deletions libhmac.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ features: ["ossfuzz", "python_bindings", "tools"]
[library]
build_dependencies: ["crypto"]
description: "Library to support various Hash-based Message Authentication Codes (HMAC)"
features: ["pthread"]
public_types: ["md5_context", "sha1_context", "sha224_context", "sha256_context", "sha512_context"]

[tests]
Expand Down

0 comments on commit 39ed49f

Please sign in to comment.