From 160a29811a92faad218e662bf49a19a71e2a1811 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Nov 2024 15:50:50 +0000 Subject: Merge compressed coordinate setting back into ecp_smpl and ec_lib The reason these were in separate files was FIPS. Not our problem. --- src/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 42fe269ade..d11e66cede 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.217 2024/11/01 03:10:09 tb Exp $ +# $OpenBSD: Makefile,v 1.218 2024/11/02 15:50:50 tb Exp $ LIB= crypto LIBREBUILD=y @@ -288,11 +288,9 @@ SRCS+= ec_key.c SRCS+= ec_kmeth.c SRCS+= ec_lib.c SRCS+= ec_mult.c -SRCS+= ec_oct.c SRCS+= ec_pmeth.c SRCS+= eck_prn.c SRCS+= ecp_mont.c -SRCS+= ecp_oct.c SRCS+= ecp_smpl.c SRCS+= ecx_methods.c -- cgit v1.2.3-55-g6feb