summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index 683cfb5..6a5aab0 100644
--- a/test.cpp
+++ b/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")