aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nlplug-findfs.c')
-rw-r--r--nlplug-findfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlplug-findfs.c b/nlplug-findfs.c
index be525cc..7fb5468 100644
--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -582,7 +582,7 @@ static void *cryptsetup_thread(void *data)
goto notify_out;
}
- r = crypt_load(cd, CRYPT_LUKS1, params);
+ r = crypt_load(cd, CRYPT_LUKS, params);
if (r < 0) {
warnx("crypt_load(%s)", data_devnode);
goto free_out;