From 883dfc62c44c384fc274c0bc628fa2e52ea32bf9 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 17 Apr 2023 12:36:59 +0000 Subject: Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 2026360212..d2cc11244e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.105 2023/04/17 05:54:20 tb Exp $ +# $OpenBSD: Makefile,v 1.106 2023/04/17 12:36:59 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -195,7 +195,6 @@ SRCS+= bn_lib.c SRCS+= bn_mod.c SRCS+= bn_mod_sqrt.c SRCS+= bn_mont.c -SRCS+= bn_mpi.c SRCS+= bn_mul.c SRCS+= bn_nist.c SRCS+= bn_prime.c -- cgit v1.2.3-55-g6feb