removed forgotten comments
This commit is contained in:
parent
5436fefa6f
commit
39476955ae
@ -35,8 +35,8 @@ encryptText(char *text, char *keyNew)
|
|||||||
strcpy(key, keyNew);
|
strcpy(key, keyNew);
|
||||||
|
|
||||||
//REDEFINE KEY_LENGTH
|
//REDEFINE KEY_LENGTH
|
||||||
/*#undef KEY_LENGTH
|
#undef KEY_LENGTH
|
||||||
#define KEY_LENGTH strlen(key)*/
|
#define KEY_LENGTH strlen(key)
|
||||||
|
|
||||||
goto skipKey;
|
goto skipKey;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user