summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 42f76e3..063b1bd 100644
--- a/main.c
+++ b/main.c
@@ -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;
}