Fixed typo. (whopps)
This commit is contained in:
parent
e5b8ef71f8
commit
ec3082c527
@ -117,7 +117,7 @@ int main(void)
|
|||||||
|
|
||||||
sprintf(filepath, "%s%d.bin", filepath, req.level);
|
sprintf(filepath, "%s%d.bin", filepath, req.level);
|
||||||
|
|
||||||
encryptText(req.key, req.key);
|
emcryptText(req.key, req.key);
|
||||||
writel(filepath, req.key, 256);
|
writel(filepath, req.key, 256);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user