summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-11-01 03:10:09 +0000
committertb <>2024-11-01 03:10:09 +0000
commit8cf4dc93a852c20f8d6dd3fa07a4e26f72762926 (patch)
tree50cf403ee94af150614978ecdcddf11657b90213
parente9b16bd690b9137ec9592ce97a7ff26015d7181d (diff)
downloadopenbsd-8cf4dc93a852c20f8d6dd3fa07a4e26f72762926.tar.gz
openbsd-8cf4dc93a852c20f8d6dd3fa07a4e26f72762926.tar.bz2
openbsd-8cf4dc93a852c20f8d6dd3fa07a4e26f72762926.zip
sort
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index e5e757ff39..42fe269ade 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.216 2024/10/30 18:21:12 tb Exp $ 1# $OpenBSD: Makefile,v 1.217 2024/11/01 03:10:09 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -281,8 +281,8 @@ 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_curve.c
285SRCS+= ec_convert.c 284SRCS+= ec_convert.c
285SRCS+= ec_curve.c
286SRCS+= ec_err.c 286SRCS+= ec_err.c
287SRCS+= ec_key.c 287SRCS+= ec_key.c
288SRCS+= ec_kmeth.c 288SRCS+= ec_kmeth.c