mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update sdfdecrypt.c
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user