mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Fix type of address space of pointer in sha512_hmac_init_global_utf16le_swap()
This commit is contained in:
parent
fb081947e1
commit
a02b2ccd5f
@ -1932,7 +1932,7 @@ DECLSPEC void sha512_hmac_init_global_utf16le_swap (sha512_hmac_ctx_t *ctx, GLOB
|
||||
|
||||
sha512_init (&tmp);
|
||||
|
||||
sha512_update_global_utf16le_swap (&tmp, enc_buf, enc_len);
|
||||
sha512_update_utf16le_swap (&tmp, enc_buf, enc_len);
|
||||
|
||||
sha512_final (&tmp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user