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
commit6e3ee4ab12ef00c2c5bd43f234c08aab38f0b8d8 (patch)
treec4a0f7c86b420507988b670746294fcaefb28d16 /src/lib/libcrypto/Makefile
parent0c73afc11edb3a29d10d0b6fb9d26636cb1350a6 (diff)
downloadopenbsd-6e3ee4ab12ef00c2c5bd43f234c08aab38f0b8d8.tar.gz
openbsd-6e3ee4ab12ef00c2c5bd43f234c08aab38f0b8d8.tar.bz2
openbsd-6e3ee4ab12ef00c2c5bd43f234c08aab38f0b8d8.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