diff --git a/src/encrypter.c b/src/encrypter.c index a259871..d7e44fa 100644 --- a/src/encrypter.c +++ b/src/encrypter.c @@ -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; }