Split ECPKParameters_print()
authortb <tb@openbsd.org>
Sun, 2 Jul 2023 13:48:47 +0000 (13:48 +0000)
committertb <tb@openbsd.org>
Sun, 2 Jul 2023 13:48:47 +0000 (13:48 +0000)
commit2e22e05607c8f2035e5e6dc61c9da83f875c7bd4
tree4ad4256b0e74920d8c145b82e142f508a2d528c1
parent6d4db1e3ad2c188bd584c2c731975dedfb4c6de3
Split ECPKParameters_print()

This function has two entirely independent parts, so instead of a huge
if/else just use two functions. In ecpk_print_explicity parameters() do
some additional boring cleanup such as switching to actually using the
local BN_CTX and shuffling things into a slightly more sensible order.

ok jsing
lib/libcrypto/ec/eck_prn.c