mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
cryptsetup: HAVE_CRYPT_SET_KEYRING_TO_LINK is always defined
Follow-up for c5daf14c88 (v256).
This commit is contained in:
committed by
Luca Boccassi
parent
04ade57a42
commit
fb4aabf443
@@ -586,7 +586,7 @@ static int parse_one_option(const char *option) {
|
||||
log_warning_errno(r, "Failed to parse %s, ignoring: %m", option);
|
||||
|
||||
} else if ((val = startswith(option, "link-volume-key="))) {
|
||||
#ifdef HAVE_CRYPT_SET_KEYRING_TO_LINK
|
||||
#if HAVE_CRYPT_SET_KEYRING_TO_LINK
|
||||
_cleanup_free_ char *keyring = NULL, *key_type = NULL, *key_description = NULL;
|
||||
const char *sep;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user