summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-10-19 08:26:03 +0000
committertb <>2024-10-19 08:26:03 +0000
commit0ff1efdac324cc09aceaa8720a389f17da38d1d8 (patch)
treefef18004744b150336e49603864f47583b260f13 /src/lib/libcrypto/Makefile
parent34ab7b89bb13ad45bf9afb54d81ab103e84a109b (diff)
downloadopenbsd-0ff1efdac324cc09aceaa8720a389f17da38d1d8.tar.gz
openbsd-0ff1efdac324cc09aceaa8720a389f17da38d1d8.tar.bz2
openbsd-0ff1efdac324cc09aceaa8720a389f17da38d1d8.zip
Move EC_GROUP_check() to ec_lib.c
EC_GROUP_check() is quite simple. It doesn't need to use its own file.
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 d3be27ade1..6a1d125950 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.213 2024/10/18 11:12:10 tb Exp $ 1# $OpenBSD: Makefile,v 1.214 2024/10/19 08:26:03 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -281,7 +281,6 @@ SRCS+= dsa_prn.c
281# ec/ 281# ec/
282SRCS+= ec_ameth.c 282SRCS+= ec_ameth.c
283SRCS+= ec_asn1.c 283SRCS+= ec_asn1.c
284SRCS+= ec_check.c
285SRCS+= ec_curve.c 284SRCS+= ec_curve.c
286SRCS+= ec_err.c 285SRCS+= ec_err.c
287SRCS+= ec_key.c 286SRCS+= ec_key.c