diff --git a/otp.c b/otp.c index 4f7fd9f..f0fce61 100644 --- a/otp.c +++ b/otp.c @@ -1730,7 +1730,7 @@ int decrypt_text_silent(const char* pad_identifier, const char* encrypted_messag plaintext[ciphertext_len] = '\0'; // Output only the decrypted text - no extra messages - printf("%s\n", plaintext); + printf("%s", plaintext); // Cleanup free(ciphertext); diff --git a/test_files_dir.txt b/test_files_dir.txt deleted file mode 100644 index 5bb2c01..0000000 --- a/test_files_dir.txt +++ /dev/null @@ -1 +0,0 @@ -Testing updated files directory functionality diff --git a/test_new.txt b/test_new.txt deleted file mode 100644 index b37c6dc..0000000 --- a/test_new.txt +++ /dev/null @@ -1 +0,0 @@ -Testing files directory functionality diff --git a/test_new.txt.otp b/test_new.txt.otp deleted file mode 100644 index 021e3f0..0000000 Binary files a/test_new.txt.otp and /dev/null differ