fix usage.dat path
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