Move DHparam_print_fp() next to DHparam_print()
authortb <tb@openbsd.org>
Mon, 17 Apr 2023 05:51:16 +0000 (05:51 +0000)
committertb <tb@openbsd.org>
Mon, 17 Apr 2023 05:51:16 +0000 (05:51 +0000)
commitcf2206325e3ab2e633321e78e66c068f50963841
treefa9c64c1b1d098d8a91be503df63237eb52167a8
parentb40d7d1d7bb72f386520764254116ad4a927ed7d
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.
lib/libcrypto/dh/dh_ameth.c
lib/libcrypto/dh/dh_prn.c