diff options
author | tb <> | 2024-11-01 03:10:09 +0000 |
---|---|---|
committer | tb <> | 2024-11-01 03:10:09 +0000 |
commit | 8cf4dc93a852c20f8d6dd3fa07a4e26f72762926 (patch) | |
tree | 50cf403ee94af150614978ecdcddf11657b90213 | |
parent | e9b16bd690b9137ec9592ce97a7ff26015d7181d (diff) | |
download | openbsd-8cf4dc93a852c20f8d6dd3fa07a4e26f72762926.tar.gz openbsd-8cf4dc93a852c20f8d6dd3fa07a4e26f72762926.tar.bz2 openbsd-8cf4dc93a852c20f8d6dd3fa07a4e26f72762926.zip |
sort
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -281,8 +281,8 @@ SRCS+= dsa_prn.c | |||
281 | # ec/ | 281 | # ec/ |
282 | SRCS+= ec_ameth.c | 282 | SRCS+= ec_ameth.c |
283 | SRCS+= ec_asn1.c | 283 | SRCS+= ec_asn1.c |
284 | SRCS+= ec_curve.c | ||
285 | SRCS+= ec_convert.c | 284 | SRCS+= ec_convert.c |
285 | SRCS+= ec_curve.c | ||
286 | SRCS+= ec_err.c | 286 | SRCS+= ec_err.c |
287 | SRCS+= ec_key.c | 287 | SRCS+= ec_key.c |
288 | SRCS+= ec_kmeth.c | 288 | SRCS+= ec_kmeth.c |