added checking for active version to decrypter
This commit is contained in:
parent
e72f6e3bfb
commit
57c49a3d72
@ -15,6 +15,9 @@ outputFlags decryptText(char *text, char *keyNew, inputFlags flags)
|
||||
struct timeval finishTime;
|
||||
gettimeofday(&startTime, NULL);
|
||||
|
||||
//CHECK FOR ACTIVE VERSION
|
||||
if (!flags.skipCheck) checkVersion(flags);
|
||||
|
||||
//CHECK FOR INVALID text
|
||||
checkText(text, flags);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user