From 5411864299d2db1c7640dd03ab55d158db1e20e1 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Mar 2009 09:42:06 +0000 Subject: fix usage.dat path git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@449 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cpp') 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") -- cgit v1.2.1