summaryrefslogtreecommitdiff
path: root/crypto/seed.c
diff options
context:
space:
mode:
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>2022-10-26 12:16:16 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2022-11-04 17:33:22 +0800
commit91a3d48836597a527e0cb3ab9022e505e1c21e55 (patch)
tree25cb857530b3ee19c3b33db610b37424b8114b6b /crypto/seed.c
parentb9319242f26878f3d1bede48082efce0bb69e5e6 (diff)
downloadlinux-crypto-91a3d48836597a527e0cb3ab9022e505e1c21e55.tar.gz
linux-crypto-91a3d48836597a527e0cb3ab9022e505e1c21e55.zip
crypto: tcrypt - Drop leading newlines from prints
The top level print banners have a leading newline. It's not entirely clear why this exists, but it makes it harder to parse tcrypt test output using a script. Drop said newlines. tcrypt output before this patch: [...] testing speed of rfc4106(gcm(aes)) (rfc4106-gcm-aesni) encryption [...] test 0 (160 bit key, 16 byte blocks): 1 operation in 2320 cycles (16 bytes) tcrypt output with this patch: [...] testing speed of rfc4106(gcm(aes)) (rfc4106-gcm-aesni) encryption [...] test 0 (160 bit key, 16 byte blocks): 1 operation in 2320 cycles (16 bytes) Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions