CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/04/14 05:10:11
Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/bn: bn_convert.c Removed files: lib/libcrypto/bn: bn_print.c Log message: 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@