1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

get rid of compiler warning about incompatible types in secp256k1 kernel include

This commit is contained in:
philsmd 2019-12-05 14:37:00 +01:00 committed by GitHub
parent 6d822e04a1
commit f6ddb4ffba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ typedef struct secp256k1
} secp256k1_t; } secp256k1_t;
DECLSPEC u32 parse_public (secp256k1_t *r, const u32 k[9]); DECLSPEC u32 parse_public (secp256k1_t *r, const u32 k[9]);
DECLSPEC void point_mul (u32 *r, const u32 k[8], GLOBAL_AS const secp256k1_t *tmps);
DECLSPEC void point_mul (u32 r[9], const u32 k[8], GLOBAL_AS const secp256k1_t *tmps);
#endif // _INC_ECC_SECP256K1_H #endif // _INC_ECC_SECP256K1_H