diff options
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -193,7 +193,6 @@ int thread_worker(thread_param *param) { assert(pad_length < ciphertext_length); if (pad_length < 0) { /* invalid pad, this key is incorrect, skip it */ - fprintf(stderr, "Invalid pad.\n"); continue; } |