mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
fix usage.dat path
This commit is contained in:
parent
8ebe2744f2
commit
393a5eac05
2
test.cpp
2
test.cpp
@ -337,7 +337,7 @@ int CRYPTOPP_API main(int argc, char *argv[])
|
||||
AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]);
|
||||
else if (command == "h")
|
||||
{
|
||||
FileSource usage("usage.dat", true, new FileSink(cout));
|
||||
FileSource usage("TestData/usage.dat", true, new FileSink(cout));
|
||||
return 1;
|
||||
}
|
||||
else if (command == "V")
|
||||
|
Loading…
Reference in New Issue
Block a user