summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-11 12:10:57 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-11 12:10:57 +0100
commitc42a65d716c898dec171ea82c87d9a761f946e97 (patch)
tree8399ad9bcbdbb2dad48032097d3c0f2ce0007435
parent16e0fa2f84510dd4c3f193e83f47303d0c10a536 (diff)
downloadgnutls-c42a65d716c898dec171ea82c87d9a761f946e97.tar.gz
gnutls-cli: improved indentation in benchmark output
-rw-r--r--src/benchmark-cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark-cipher.c b/src/benchmark-cipher.c
index e4b3171263..586c386433 100644
--- a/src/benchmark-cipher.c
+++ b/src/benchmark-cipher.c
@@ -66,7 +66,7 @@ static void cipher_mac_bench(int algo, int mac_algo, int size)
key.data = _key;
key.size = keysize;
- printf("%16s-%s ", gnutls_cipher_get_name(algo),
+ printf("%19s-%s ", gnutls_cipher_get_name(algo),
gnutls_mac_get_name(mac_algo));
fflush(stdout);
@@ -134,7 +134,7 @@ static void cipher_bench(int algo, int size, int aead)
key.data = _key;
key.size = keysize;
- printf("%16s ", gnutls_cipher_get_name(algo));
+ printf("%24s ", gnutls_cipher_get_name(algo));
fflush(stdout);
start_benchmark(&st);