From b74a6f444568e59a7766d1e286f82d2ce3086dcd Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 6 Jul 2018 09:23:37 -0400 Subject: Add algorithm provider member function to Algorithm class --- bench.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench.h') diff --git a/bench.h b/bench.h index 59bfbf2c..12a31597 100644 --- a/bench.h +++ b/bench.h @@ -48,8 +48,8 @@ void Benchmark2(double t, double hertz); // Public key systems void Benchmark3(double t, double hertz); -void OutputResultBytes(const char *name, double length, double timeTaken); -void OutputResultOperations(const char *name, const char *operation, bool pc, unsigned long iterations, double timeTaken); +void OutputResultBytes(const char *name, const char* provider, double length, double timeTaken); +void OutputResultOperations(const char *name, const char* provider, const char *operation, bool pc, unsigned long iterations, double timeTaken); NAMESPACE_END // Test NAMESPACE_END // CryptoPP -- cgit v1.2.1