summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-01 03:10:10 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-01 03:10:10 +0000
commit3c26e033e4f9d294d7d68d1fa5b208f364a4e0d7 (patch)
tree22c15f3e997420537021482716bbb8d6a4ecd92b /lib
parent6b681c4ff3994597b4425f11d5aa2b07ea67b22c (diff)
sort
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index e5e757ff39b..42fe269adef 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.216 2024/10/30 18:21:12 tb Exp $
+# $OpenBSD: Makefile,v 1.217 2024/11/01 03:10:09 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -281,8 +281,8 @@ SRCS+= dsa_prn.c
# ec/
SRCS+= ec_ameth.c
SRCS+= ec_asn1.c
-SRCS+= ec_curve.c
SRCS+= ec_convert.c
+SRCS+= ec_curve.c
SRCS+= ec_err.c
SRCS+= ec_key.c
SRCS+= ec_kmeth.c