get rid of compiler warning about incompatible types in secp256k1 kernel include
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user