Inline a better version of print_bin() in only caller
authortb <tb@openbsd.org>
Tue, 21 Nov 2023 22:05:33 +0000 (22:05 +0000)
committertb <tb@openbsd.org>
Tue, 21 Nov 2023 22:05:33 +0000 (22:05 +0000)
commit53ad60529457f84e12141132ed7c44d67534f7d9
tree555fcb9e9595568423d9d7b9b1126a4894d966a3
parent5bbf7eac8a2553f12842b67f0639dc9ab0251843
Inline a better version of print_bin() in only caller

Instead of printing to a temporary buffer with weird gymnastics, we can
simply write things out to the BIO using proper indent. This still isn't
perfect since we have a CBS version of this in ecx_buf_print(), which is
basically what used to be ASN1_buf_print(). Annotate this with an XXX for
future cleanup.

ok beck
lib/libcrypto/ec/eck_prn.c