From 5c16b506e51ea8abd2eb829894d0104f6aeecb22 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 12 Nov 2024 10:25:16 +0000 Subject: Rename ecp_smpl.c to ecp_methods.c While not the greatest of names, ecp_methods.c is better than ecp_smpl.c. It matches the naming ecx_methods.c and in a subsequent commit it will become the new home of the stuff in ecp_mont.c as well. discussed with jsing --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 9158a2e594..796f6a2419 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.225 2024/11/06 04:08:26 tb Exp $ +# $OpenBSD: Makefile,v 1.226 2024/11/12 10:25:16 tb Exp $ LIB= crypto LIBREBUILD=y @@ -286,8 +286,8 @@ SRCS+= ec_lib.c SRCS+= ec_mult.c SRCS+= ec_pmeth.c SRCS+= eck_prn.c +SRCS+= ecp_methods.c SRCS+= ecp_mont.c -SRCS+= ecp_smpl.c SRCS+= ecx_methods.c # ecdh/ -- cgit v1.2.3-55-g6feb