fixed invalid text
This commit is contained in:
parent
fdd3d324c5
commit
21e8354976
@ -26,7 +26,7 @@ encryptText(char *text, char *keyNew)
|
||||
{
|
||||
if (strlen(keyNew) != KEY_LENGTH)
|
||||
{
|
||||
fprintf(stderr, "Educba Training");
|
||||
fprintf(stderr, "Key must be 50 characters long!\n");
|
||||
exit(INVALID_KEY);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user