From 5d35c7f2de42a80e149efbedc993eed62af76746 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 19 Oct 2024 08:26:03 +0000 Subject: Move EC_GROUP_check() to ec_lib.c EC_GROUP_check() is quite simple. It doesn't need to use its own file. --- 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 d3be27ade1..6a1d125950 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.213 2024/10/18 11:12:10 tb Exp $ +# $OpenBSD: Makefile,v 1.214 2024/10/19 08:26:03 tb Exp $ LIB= crypto LIBREBUILD=y @@ -281,7 +281,6 @@ SRCS+= dsa_prn.c # ec/ SRCS+= ec_ameth.c SRCS+= ec_asn1.c -SRCS+= ec_check.c SRCS+= ec_curve.c SRCS+= ec_err.c SRCS+= ec_key.c -- cgit v1.2.3-55-g6feb