CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/16 23:51:16
Modified files:
lib/libcrypto/dh: dh_ameth.c dh_prn.c
Log message:
Move DHparam_print_fp() next to DHparam_print()
As usual with the fp suffix, the former wraps the latter with a file BIO.
There is no reason for this function to be in a separate file.
