diff options
Diffstat (limited to 'task4.c')
| -rw-r--r-- | task4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |
