Skip to content

Commit

Permalink
Update sdfdecrypt.c
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed Jul 18, 2024
1 parent 8c5f239 commit ae27f45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/sdfdecrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ int sdfdecrypt_main(int argc, char **argv)
}
wrappedkey_len -= inlen;

sm2_ciphertext_print(stderr, 0, 0, "Ciphertext", buf, wrappedkey_len);


// read IV
if (inlen >= 16) {
memcpy(iv, p, 16);
Expand Down

0 comments on commit ae27f45

Please # to comment.