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
+2 -1
View File
@@ -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