diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-27 16:36:58 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-27 16:36:58 +0200 |
commit | 6471692bdda17c45221e24b244bb2cb111a52188 (patch) | |
tree | a9d720af88d04fc0a7928eba0b236f1f45cb409d /src/cli.c | |
parent | 7b819e932d4ff85d0dd7ca5dc2632c8d3d442f79 (diff) | |
download | gnutls-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.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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); } |