summaryrefslogtreecommitdiff
path: root/src/cli.c
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/cli.c
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/cli.c')
-rw-r--r--src/cli.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/cli.c b/src/cli.c
index ddf9a832ca..4cc858b392 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1346,12 +1346,7 @@ static void cmd_parser(int argc, char **argv)
rest = argv[0];
if (HAVE_OPT(BENCHMARK_CIPHERS)) {
- benchmark_cipher(1, OPT_VALUE_DEBUG);
- exit(0);
- }
-
- if (HAVE_OPT(BENCHMARK_SOFT_CIPHERS)) {
- benchmark_cipher(0, OPT_VALUE_DEBUG);
+ benchmark_cipher(OPT_VALUE_DEBUG);
exit(0);
}