From 393a5eac05d04715e10134ae8d01fffca5e30fdc Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Mar 2009 09:42:06 +0000 Subject: [PATCH] fix usage.dat path --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index 683cfb5c..6a5aab03 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")