Skip to content

Commit 39ed49f

Browse files
committed
Applied updates
1 parent e798708 commit 39ed49f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build_ossfuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
head -n 20 projects/libyal/Dockerfile > projects/libhmac/Dockerfile
3131
echo "RUN git clone --depth 1 https://github.com/libyal/libhmac.git libhmac" >> projects/libhmac/Dockerfile
3232
tail -n 3 projects/libyal/Dockerfile >> projects/libhmac/Dockerfile
33-
python3 infra/helper.py build_image --pull libhmac
33+
python3 infra/helper.py build_image --pull libhmac
3434
python3 infra/helper.py build_fuzzers --sanitizer address libhmac
3535
python3 infra/helper.py check_build libhmac

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
22

33
AC_INIT(
44
[libhmac],
5-
[20240620],
5+
[20240923],
66
77

88
AC_CONFIG_SRCDIR(

libhmac.ini

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ features: ["ossfuzz", "python_bindings", "tools"]
88
[library]
99
build_dependencies: ["crypto"]
1010
description: "Library to support various Hash-based Message Authentication Codes (HMAC)"
11+
features: ["pthread"]
1112
public_types: ["md5_context", "sha1_context", "sha224_context", "sha256_context", "sha512_context"]
1213

1314
[tests]

0 commit comments

Comments
 (0)