mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-16 05:10:03 +01:00
Use #if for ENABLE_AF_ALG.
This commit is contained in:
@@ -1319,7 +1319,7 @@ static int action_benchmark(void)
|
||||
|
||||
if (r == -ENOTSUP) {
|
||||
log_err(_("Required kernel crypto interface not available."));
|
||||
#ifdef ENABLE_AF_ALG
|
||||
#if ENABLE_AF_ALG
|
||||
log_err( _("Ensure you have algif_skcipher kernel module loaded."));
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user