From 1d83a62b342cb834d04c4e3875c970f799d5294d Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 12 Nov 2024 10:44:25 +0000 Subject: Merge ecp_mont.c into ecp_methods.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 796f6a2419..f42ac2b9bf 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.226 2024/11/12 10:25:16 tb Exp $ +# $OpenBSD: Makefile,v 1.227 2024/11/12 10:44:25 tb Exp $ LIB= crypto LIBREBUILD=y @@ -287,7 +287,6 @@ SRCS+= ec_mult.c SRCS+= ec_pmeth.c SRCS+= eck_prn.c SRCS+= ecp_methods.c -SRCS+= ecp_mont.c SRCS+= ecx_methods.c # ecdh/ -- cgit v1.2.3-55-g6feb