mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
get rid of compiler warning about incompatible types in secp256k1 kernel include
This commit is contained in:
parent
6d822e04a1
commit
f6ddb4ffba
@ -35,6 +35,7 @@ typedef struct secp256k1
|
||||
} secp256k1_t;
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user