diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d67bb4431a..bf20491fbc 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.133 2023/06/29 06:12:04 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.134 2023/07/05 12:18:21 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -357,10 +357,9 @@ SRCS+= ech_key.c | |||
357 | SRCS+= ech_lib.c | 357 | SRCS+= ech_lib.c |
358 | 358 | ||
359 | # ecdsa/ | 359 | # ecdsa/ |
360 | SRCS+= ecs_asn1.c | ||
361 | SRCS+= ecs_err.c | 360 | SRCS+= ecs_err.c |
362 | SRCS+= ecs_lib.c | 361 | SRCS+= ecs_lib.c |
363 | SRCS+= ecs_ossl.c | 362 | SRCS+= ecdsa.c |
364 | 363 | ||
365 | # engine/ | 364 | # engine/ |
366 | SRCS+= eng_all.c | 365 | SRCS+= eng_all.c |