CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/02 07:48:47
Modified files:
lib/libcrypto/ec: eck_prn.c
Log message:
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
