mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Make benchmark progress parameter the same as the internal unsigned type.
This commit is contained in:
@@ -68,7 +68,7 @@ int crypt_pbkdf_perf(const char *kdf, const char *hash,
|
||||
size_t volume_key_size, uint32_t time_ms,
|
||||
uint32_t max_memory_kb, uint32_t parallel_threads,
|
||||
uint32_t *iterations_out, uint32_t *memory_out,
|
||||
int (*progress)(long time_ms, void *usrptr), void *usrptr);
|
||||
int (*progress)(uint32_t time_ms, void *usrptr), void *usrptr);
|
||||
|
||||
#if USE_INTERNAL_PBKDF2
|
||||
/* internal PBKDF2 implementation */
|
||||
|
||||
Reference in New Issue
Block a user