mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Rename verion function to avoid conflict with crypto backend.
This commit is contained in:
@@ -318,7 +318,7 @@ int kernel_version(uint64_t *kversion)
|
||||
}
|
||||
|
||||
if (!r)
|
||||
*kversion = version(maj, min, patch, rel);
|
||||
*kversion = compact_version(maj, min, patch, rel);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user