mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-19 13:08:19 +00:00
fix asn1_check_int_tag build failure with Apple Metal
This commit is contained in:
parent
cc9ae09b94
commit
6a6dd103f6
@ -2703,7 +2703,7 @@ DECLSPEC int asn1_detect (PRIVATE_AS const u32 *buf, const int len)
|
|||||||
|
|
||||||
DECLSPEC int asn1_check_int_tag (PRIVATE_AS const u32 *buf, const int len)
|
DECLSPEC int asn1_check_int_tag (PRIVATE_AS const u32 *buf, const int len)
|
||||||
{
|
{
|
||||||
const u8 *bytes = (const u8 *) buf;
|
PRIVATE_AS const u8 *bytes = (PRIVATE_AS const u8 *) buf;
|
||||||
|
|
||||||
int seq_len_offset = 0;
|
int seq_len_offset = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user