mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 03:10:08 +01:00
Fix api test on kernels with capi format support.
This commit is contained in:
@@ -685,6 +685,11 @@ int t_dm_integrity_recalculate_support(void)
|
||||
return t_dm_crypt_flags & T_DM_INTEGRITY_RECALC_SUPPORTED;
|
||||
}
|
||||
|
||||
int t_dm_capi_string_supported(void)
|
||||
{
|
||||
return t_dm_crypt_flags & T_DM_CAPI_STRING_SUPPORTED;
|
||||
}
|
||||
|
||||
/* loop helpers */
|
||||
|
||||
#define LOOP_DEV_MAJOR 7
|
||||
|
||||
Reference in New Issue
Block a user