mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Fixed casting warning on windows.
This commit is contained in:
parent
9c70a4838c
commit
cf822aab24
@ -514,7 +514,7 @@ int32_t mz_crypt_hmac_copy(void *src_handle, void *target_handle)
|
||||
if (target->hash)
|
||||
{
|
||||
CryptDestroyHash(target->hash);
|
||||
target->hash = NULL;
|
||||
target->hash = 0;
|
||||
}
|
||||
|
||||
result = CryptDuplicateHash(source->hash, NULL, 0, &target->hash);
|
||||
|
Loading…
x
Reference in New Issue
Block a user