fixed invalid unusedKeySize
I put wrong variable as parameter
This commit is contained in:
parent
abbe519ab4
commit
637ee2b842
@ -97,7 +97,7 @@ outputFlags decryptText(char *text, char *keyNew, inputFlags flags)
|
|||||||
{
|
{
|
||||||
returningText, //DECRYPTED TEXT
|
returningText, //DECRYPTED TEXT
|
||||||
key, //USED KEY
|
key, //USED KEY
|
||||||
countUnusedKeySize(text, key)
|
countUnusedKeySize(returningText, key)
|
||||||
};
|
};
|
||||||
|
|
||||||
//DEALLOCATION
|
//DEALLOCATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user