mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Use const before vk in all digest verify functions.
This commit is contained in:
committed by
Milan Broz
parent
46bf3c9e9c
commit
56b571fcaa
@@ -130,7 +130,7 @@ static int _digest_verify(struct crypt_device *cd,
|
||||
|
||||
int LUKS2_digest_verify(struct crypt_device *cd,
|
||||
struct luks2_hdr *hdr,
|
||||
struct volume_key *vk,
|
||||
const struct volume_key *vk,
|
||||
int keyslot)
|
||||
{
|
||||
int digest, r;
|
||||
|
||||
Reference in New Issue
Block a user