removed forgotten comments

This commit is contained in:
Václav Šmejkal 2022-04-26 19:07:53 +02:00
parent 5436fefa6f
commit 39476955ae

View File

@ -35,8 +35,8 @@ encryptText(char *text, char *keyNew)
strcpy(key, keyNew);
//REDEFINE KEY_LENGTH
/*#undef KEY_LENGTH
#define KEY_LENGTH strlen(key)*/
#undef KEY_LENGTH
#define KEY_LENGTH strlen(key)
goto skipKey;
}