]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
cryptsetup: bump minimum libcryptsetup version to v2.0.1
authorJay Strict <jay.strict@posteo.de>
Thu, 26 Sep 2019 13:54:29 +0000 (15:54 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 1 Oct 2019 11:34:06 +0000 (13:34 +0200)
commitd90874b4e26c406f264d5fafad8ea2072be88046
treec61ff2546342dc23abf05558ed70b7f6c70c364e
parent2b0ea8d739cfe9bc64a9eaeb333fa3b54cf7dfe2
cryptsetup: bump minimum libcryptsetup version to v2.0.1

libcryptsetup v2.0.1 introduced new API calls, supporting 64 bit wide
integers for `keyfile_offset`. This change invokes the new function
call, gets rid of the warning that was added in #7689, and removes
redundant #ifdefery and constant definitions.
See https://gitlab.com/cryptsetup/cryptsetup/issues/359.

Fixes #7677.
meson.build
src/cryptsetup/cryptsetup.c
src/shared/crypt-util.h