Remove warnings on Windows

This commit is contained in:
Zhi Guan
2026-05-28 09:00:50 +08:00
parent a1257f5347
commit 388a91a51e
4 changed files with 3 additions and 8 deletions

View File

@@ -95,9 +95,6 @@ int secp256r1_public_key_to_bytes(const SECP256R1_KEY *key, uint8_t **out, size_
int secp256r1_public_key_from_bytes(SECP256R1_KEY *key, const uint8_t **in, size_t *inlen)
{
secp256r1_t x;
secp256r1_t y;
if (!key || !in || !(*in) || !inlen) {
error_print();
return -1;