From 789eda836bfc383eced5aed11c1f233129bcf52d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 19 Oct 2022 17:29:12 +0200 Subject: [PATCH] updated really old comment in encrypter header lol it's been there for years --- include/encrypter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/encrypter.h b/include/encrypter.h index b25b9e4..5bdf943 100644 --- a/include/encrypter.h +++ b/include/encrypter.h @@ -3,6 +3,6 @@ #include -outputFlags encryptText(char *text, char *keyNew); //TEXT from WILL BE ENCRYPTED WITH RANDOM PASSWORD [KEY] (WHICH WILL BE PRINTED OUT) AND RETURNED +outputFlags encryptText(char *text, char *keyNew); //TEXT from WILL BE ENCRYPTED WITH KEY AND RETURNED #endif \ No newline at end of file