Update sdfdecrypt.c

This commit is contained in:
Zhi Guan
2024-07-18 21:13:02 +08:00
parent 8c5f239387
commit ae27f45d16

View File

@@ -159,9 +159,6 @@ bad:
} }
wrappedkey_len -= inlen; wrappedkey_len -= inlen;
sm2_ciphertext_print(stderr, 0, 0, "Ciphertext", buf, wrappedkey_len);
// read IV // read IV
if (inlen >= 16) { if (inlen >= 16) {
memcpy(iv, p, 16); memcpy(iv, p, 16);