From eef4d0f03df908d7a28409f0101fbf50da04174f Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 30 Oct 2024 18:21:12 +0000 Subject: Move the point2bn and point2hex API to ec_convert.c discussed with jsing --- 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 652d74ee92..e5e757ff39 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.215 2024/10/30 18:14:49 tb Exp $ +# $OpenBSD: Makefile,v 1.216 2024/10/30 18:21:12 tb Exp $ LIB= crypto LIBREBUILD=y @@ -290,7 +290,6 @@ SRCS+= ec_lib.c SRCS+= ec_mult.c SRCS+= ec_oct.c SRCS+= ec_pmeth.c -SRCS+= ec_print.c SRCS+= eck_prn.c SRCS+= ecp_mont.c SRCS+= ecp_oct.c -- cgit v1.2.3-55-g6feb