1
0
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:
Gabriele Gristina 2025-04-25 19:28:14 +02:00
parent cc9ae09b94
commit 6a6dd103f6

View File

@ -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)
{
const u8 *bytes = (const u8 *) buf;
PRIVATE_AS const u8 *bytes = (PRIVATE_AS const u8 *) buf;
int seq_len_offset = 0;