Fix function prototype (and build for 32bit system).

This commit is contained in:
Milan Broz
2022-10-03 09:57:40 +02:00
parent 82b56300cd
commit b9b08eba7c

View File

@@ -334,7 +334,7 @@ void crypt_keyslot_unlock_by_passphrase_init_internal(struct crypt_keyslot_conte
void crypt_keyslot_unlock_by_keyfile_init_internal(struct crypt_keyslot_context *kc,
const char *keyfile,
uint64_t keyfile_size,
size_t keyfile_size,
uint64_t keyfile_offset)
{
assert(kc);