From 0e45a5a14d5707f5a01186c1f5438140c17205bd Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 8 Apr 2004 02:02:29 +0000 Subject: avoid hash keyword git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@160 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- bench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench.cpp') diff --git a/bench.cpp b/bench.cpp index c00bc06..65480ad 100644 --- a/bench.cpp +++ b/bench.cpp @@ -136,7 +136,7 @@ void BenchMark(const char *name, StreamTransformation &cipher, double timeTotal) OutputResultBytes(name, double(blocks) * BUF_SIZE, timeTaken); } -void BenchMark(const char *name, HashTransformation &hash, double timeTotal) +void BenchMark(const char *name, HashTransformation &ht, double timeTotal) { const int BUF_SIZE=1024; SecByteBlock buf(BUF_SIZE); @@ -150,7 +150,7 @@ void BenchMark(const char *name, HashTransformation &hash, double timeTotal) { blocks *= 2; for (; i