fix usage.dat path

This commit is contained in:
weidai 2009-03-13 09:42:06 +00:00
parent 8ebe2744f2
commit 393a5eac05

View File

@ -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")