Use const before vk in all digest verify functions.

This commit is contained in:
Ondrej Kozina
2019-02-19 16:09:34 +01:00
committed by Milan Broz
parent 46bf3c9e9c
commit 56b571fcaa
2 changed files with 2 additions and 2 deletions

View File

@@ -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;