Remove warnings on Windows

This commit is contained in:
Zhi Guan
2026-05-27 22:07:03 +08:00
parent efddfc5ac5
commit 2c0053dd85
7 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,6 @@ int sdfdecrypt_main(int argc, char **argv)
SDF_CBC_CTX ctx;
const uint8_t *p;
SM2_CIPHERTEXT ciphertext;
uint8_t *wrappedkey;
size_t wrappedkey_len;
memset(&dev, 0, sizeof(dev));