Remove some trailing whitespace
authortb <tb@openbsd.org>
Mon, 27 Nov 2023 19:27:21 +0000 (19:27 +0000)
committertb <tb@openbsd.org>
Mon, 27 Nov 2023 19:27:21 +0000 (19:27 +0000)
commitcf0fb82d1f1d87d602625d5c5a3a842a26aa7d77
tree4b011fc23caa7dd36a0d717666b0ccf8749de6e9
parentc0ddac47be830fbe7b12fe0dfa698e93374edd3b
Remove some trailing whitespace

x509_prn.c r1.6 changed the output of 'openssl -in foo.pem -noout -text'
by removing trailing whitespace from non-critical certificate extensions.
Committing the difference now to reduces noise in an upcoming diff.

There's some trailing whitespace remaining. That's because we try to print
a BMPString in an User Notice's Explicit Text with "%*s". That doesn't work
so well with an encoding full of NULs...
lib/libcrypto/cert.pem