summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-13 09:42:06 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-13 09:42:06 +0000
commit5411864299d2db1c7640dd03ab55d158db1e20e1 (patch)
tree067d65c41e9b90a5db5e1727895fc68254fb3709 /test.cpp
parenta0621b5e0bd2af68fd3228517ce56b1b546d9227 (diff)
downloadcryptopp-5411864299d2db1c7640dd03ab55d158db1e20e1.tar.gz
fix usage.dat path
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@449 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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")