mirror of
https://github.com/systemd/systemd
synced 2026-03-06 13:15:06 +01:00
Compare commits
No commits in common. "94d982bb6a1330bfc551cb48a75fe9fed5929661" and "87cc47ba1d3a4016e84eb1b3f6bddf76266bf978" have entirely different histories.
94d982bb6a
...
87cc47ba1d
1
.github/workflows/ubuntu-build-check.sh
vendored
1
.github/workflows/ubuntu-build-check.sh
vendored
@ -37,7 +37,6 @@ PACKAGES=(
|
||||
libpwquality-dev
|
||||
libqrencode-dev
|
||||
libssl-dev
|
||||
libtss2-dev
|
||||
libxkbcommon-dev
|
||||
libxtables-dev
|
||||
libzstd-dev
|
||||
|
||||
@ -61,7 +61,7 @@ int enroll_tpm2(struct crypt_device *cd,
|
||||
uint32_t pcr_mask) {
|
||||
|
||||
_cleanup_(erase_and_freep) void *secret = NULL, *secret2 = NULL;
|
||||
_cleanup_(json_variant_unrefp) JsonVariant *v = NULL;
|
||||
_cleanup_(json_variant_unrefp) JsonVariant *v = NULL, *a = NULL;
|
||||
_cleanup_(erase_and_freep) char *base64_encoded = NULL;
|
||||
size_t secret_size, secret2_size, blob_size, hash_size;
|
||||
_cleanup_free_ void *blob = NULL, *hash = NULL;
|
||||
|
||||
@ -19,12 +19,9 @@ ADDITIONAL_DEPS=(
|
||||
clang
|
||||
fdisk
|
||||
libfdisk-dev
|
||||
libfido2-dev
|
||||
libp11-kit-dev
|
||||
libpwquality-dev
|
||||
libqrencode-dev
|
||||
libssl-dev
|
||||
libtss2-dev
|
||||
libzstd-dev
|
||||
perl
|
||||
python3-libevdev
|
||||
|
||||
@ -33,7 +33,6 @@ ADDITIONAL_DEPS=(
|
||||
perl
|
||||
python3-evdev
|
||||
python3-pyparsing
|
||||
tpm2-tss-devel
|
||||
)
|
||||
|
||||
info() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user