summaryrefslogtreecommitdiff
path: root/task4.c
diff options
context:
space:
mode:
Diffstat (limited to 'task4.c')
-rw-r--r--task4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/task4.c b/task4.c
index fe812ab..a1b7b28 100644
--- a/task4.c
+++ b/task4.c
@@ -29,7 +29,7 @@ void main() {
printf("line %i:\n", line_number);
for(j=0;j<length;j++) {
single_key = keys[j];
- xor_string(string2, &single_key, cleartext);
+ xor_string(string2, &single_key, cleartext, 1, 60);
printf("%s\n", cleartext);
}
}