summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-10-18 10:57:26 +0000
committertb <>2024-10-18 10:57:26 +0000
commit247220950cfdc0814fba4bac2b544c7987e6dc6f (patch)
treec4a0f7c86b420507988b670746294fcaefb28d16 /src/lib/libcrypto/Makefile
parent038c0b8e21adc0a32a8edbb07dac4c8075ca8c7d (diff)
downloadopenbsd-247220950cfdc0814fba4bac2b544c7987e6dc6f.tar.gz
openbsd-247220950cfdc0814fba4bac2b544c7987e6dc6f.tar.bz2
openbsd-247220950cfdc0814fba4bac2b544c7987e6dc6f.zip
Move EC_GROUP_new_curve_GFp() into ec_lib.c
Another single-function file goes away.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index dfbb38b845..5d435d306d 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.211 2024/08/31 15:56:09 jsing Exp $ 1# $OpenBSD: Makefile,v 1.212 2024/10/18 10:57:26 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -284,7 +284,6 @@ SRCS+= ec_ameth.c
284SRCS+= ec_asn1.c 284SRCS+= ec_asn1.c
285SRCS+= ec_check.c 285SRCS+= ec_check.c
286SRCS+= ec_curve.c 286SRCS+= ec_curve.c
287SRCS+= ec_cvt.c
288SRCS+= ec_err.c 287SRCS+= ec_err.c
289SRCS+= ec_key.c 288SRCS+= ec_key.c
290SRCS+= ec_kmeth.c 289SRCS+= ec_kmeth.c