summaryrefslogtreecommitdiffstats
path: root/src/fundamental/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-10-09 19:37:59 +0200
committerGitHub <noreply@github.com>2021-10-09 19:37:59 +0200
commitccf609c88cacddcb5417d1aa1b9f56e55be45379 (patch)
treedb21f181f58dd56f5bba51ef2c9252dbbff500d7 /src/fundamental/meson.build
parenttest: set 5 minute timeout on TEST-11-ISSUE-3166 and TEST-50-DISSECT (diff)
parentAdd benchmark for sha256 calculations (diff)
downloadsystemd-ccf609c88cacddcb5417d1aa1b9f56e55be45379.tar.xz
systemd-ccf609c88cacddcb5417d1aa1b9f56e55be45379.zip
Merge pull request #20915 from bluca/libsystemd_openssl
libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL support
Diffstat (limited to 'src/fundamental/meson.build')
-rw-r--r--src/fundamental/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fundamental/meson.build b/src/fundamental/meson.build
index 3c43081cf6..3aa9fab8cb 100644
--- a/src/fundamental/meson.build
+++ b/src/fundamental/meson.build
@@ -6,10 +6,12 @@ fundamental_headers = files(
'efi-loader-features.h',
'macro-fundamental.h',
'string-util-fundamental.h',
+ 'sha256.h',
'type.h')
sources = '''
string-util-fundamental.c
+ sha256.c
'''.split()
# for sd-boot