mbedTLS ssl_crt_verify_info(): Ditch trailing new line
authorFabian Keil <fk@fabiankeil.de>
Mon, 18 Jan 2021 00:59:40 +0000 (01:59 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 18 Jan 2021 13:30:39 +0000 (14:30 +0100)
commit08a9e6314693f8137b1163e2c56b41904d4b3da7
tree8ba41c585fdb1b3090642e357d240fefad7f2057
parent0c0869279f7cc3152b9dbb04d4183914b3c8155e
mbedTLS ssl_crt_verify_info(): Ditch trailing new line

It's not needed for the certificate-error page and it
messed up the "Crunch:" message by splitting it in two.

While at it, remove the leading space which serves no
obvious purpose.
ssl.c