summaryrefslogtreecommitdiff
path: root/src/benchmark.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-27 16:36:58 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-27 16:36:58 +0200
commit6471692bdda17c45221e24b244bb2cb111a52188 (patch)
treea9d720af88d04fc0a7928eba0b236f1f45cb409d /src/benchmark.h
parent7b819e932d4ff85d0dd7ca5dc2632c8d3d442f79 (diff)
downloadgnutls-6471692bdda17c45221e24b244bb2cb111a52188.tar.gz
gnutls-cli's benchmark-soft-ciphers is no more.
It could not be emulated with the new library.
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 cadd0d2615..b71b913e5b 100644
--- a/src/benchmark.h
+++ b/src/benchmark.h
@@ -39,7 +39,7 @@ inline static void gettime(struct timespec *ts)
typedef void (*sighandler_t) (int);
-void benchmark_cipher(int init, int debug_level);
+void benchmark_cipher(int debug_level);
void benchmark_tls(int debug_level, int ciphers);
struct benchmark_st {