Rename the largely misnamed bn_print.c to bn_convert.c
authorjsing <jsing@openbsd.org>
Fri, 14 Apr 2023 11:10:11 +0000 (11:10 +0000)
committerjsing <jsing@openbsd.org>
Fri, 14 Apr 2023 11:10:11 +0000 (11:10 +0000)
commit0f50028194e88c178d8a6a43dd2fac0f72eb484f
treecf0c3871ff16b04ad47f6d9327905631bf92adbc
parent136718e83ccfdde7e7b38cc732b192ced010d853
Rename the largely misnamed bn_print.c to bn_convert.c

This file primarily contains the various BN_bn2*() and BN_*2bn() functions
(along with BN_print() and BN_options()). More function shuffling will
follow.

Discussed with tb@
lib/libcrypto/Makefile
lib/libcrypto/bn/bn_convert.c [new file with mode: 0644]
lib/libcrypto/bn/bn_print.c [deleted file]