1
0
mirror of https://github.com/systemd/systemd synced 2026-03-06 05:04:45 +01:00

Compare commits

..

No commits in common. "94d982bb6a1330bfc551cb48a75fe9fed5929661" and "87cc47ba1d3a4016e84eb1b3f6bddf76266bf978" have entirely different histories.

4 changed files with 1 additions and 6 deletions

View File

@ -37,7 +37,6 @@ PACKAGES=(
libpwquality-dev
libqrencode-dev
libssl-dev
libtss2-dev
libxkbcommon-dev
libxtables-dev
libzstd-dev

View File

@ -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;

View File

@ -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

View File

@ -33,7 +33,6 @@ ADDITIONAL_DEPS=(
perl
python3-evdev
python3-pyparsing
tpm2-tss-devel
)
info() {