summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-29 01:16:22 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-29 01:16:22 +0000
commita01d216aab60849e4581efd41820f18562085687 (patch)
tree2132a43d5d97127f657e1ff28d252b8ecfa58299 /test.cpp
parentdc6a6775f1cfffaad410d8d8e809203685087365 (diff)
downloadcryptopp-a01d216aab60849e4581efd41820f18562085687.tar.gz
split bench.cpp in 2 for alpha (.got subsegment exceeds 64K)
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@117 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.cpp b/test.cpp
index abf0a77..a21d351 100644
--- a/test.cpp
+++ b/test.cpp
@@ -267,9 +267,9 @@ int CRYPTOPP_CDECL main(int argc, char *argv[])
else if (command == "b")
{
if (argc<3)
- BenchMarkAll();
+ BenchmarkAll();
else
- BenchMarkAll((float)atof(argv[2]));
+ BenchmarkAll((float)atof(argv[2]));
}
else if (command == "z")
GzipFile(argv[3], argv[4], argv[2][0]-'0');