summaryrefslogtreecommitdiff
path: root/src/benchmark.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-29 13:18:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-29 13:18:35 +0200
commitf3c1f6650707f5b923596c47e30494b6f40b2518 (patch)
treebf8062d5a8127348b2555f9c49a6aaa17bcbe9cb /src/benchmark.h
parent3edaf986b6dd126397cede1f23d3c35edb5452ae (diff)
downloadgnutls-f3c1f6650707f5b923596c47e30494b6f40b2518.tar.gz
Allow benchmarking the software version of ciphers.
Diffstat (limited to 'src/benchmark.h')
-rw-r--r--src/benchmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.h b/src/benchmark.h
index 1485a034ec..0bf172e0ba 100644
--- a/src/benchmark.h
+++ b/src/benchmark.h
@@ -5,7 +5,7 @@
typedef void (*sighandler_t)(int);
-void benchmark_cipher (int debug_level);
+void benchmark_cipher (int init, int debug_level);
void benchmark_tls (int debug_level);
struct benchmark_st