From 7ca808a18fa4df8ca8a7e98efb13a2489b0489b3 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 14 Apr 2023 11:10:11 +0000 Subject: 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@ --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 2dc31be688..726f23aecc 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.102 2023/04/13 15:01:18 tb Exp $ +# $OpenBSD: Makefile,v 1.103 2023/04/14 11:10:11 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -181,6 +181,7 @@ SRCS+= bn_add.c SRCS+= bn_blind.c SRCS+= bn_bpsw.c SRCS+= bn_const.c +SRCS+= bn_convert.c SRCS+= bn_ctx.c SRCS+= bn_div.c SRCS+= bn_err.c @@ -197,7 +198,6 @@ SRCS+= bn_mpi.c SRCS+= bn_mul.c SRCS+= bn_nist.c SRCS+= bn_prime.c -SRCS+= bn_print.c SRCS+= bn_rand.c SRCS+= bn_recp.c SRCS+= bn_shift.c -- cgit v1.2.3-55-g6feb