From ae27f45d16c4d08c81803bddcb08caa3bb1a52bb Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Thu, 18 Jul 2024 21:13:02 +0800 Subject: [PATCH] Update sdfdecrypt.c --- tools/sdfdecrypt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/sdfdecrypt.c b/tools/sdfdecrypt.c index 96fc7b33..10860641 100755 --- a/tools/sdfdecrypt.c +++ b/tools/sdfdecrypt.c @@ -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);