diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 64bdb97eef..5e6cd43138 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.140 2023/07/28 09:01:25 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.141 2023/07/28 09:08:31 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -357,7 +357,6 @@ SRCS+= ech_err.c | |||
357 | SRCS+= ech_lib.c | 357 | SRCS+= ech_lib.c |
358 | 358 | ||
359 | # ecdsa/ | 359 | # ecdsa/ |
360 | SRCS+= ecs_lib.c | ||
361 | SRCS+= ecdsa.c | 360 | SRCS+= ecdsa.c |
362 | 361 | ||
363 | # engine/ | 362 | # engine/ |
@@ -380,7 +379,6 @@ SRCS+= tb_dh.c | |||
380 | SRCS+= tb_digest.c | 379 | SRCS+= tb_digest.c |
381 | SRCS+= tb_dsa.c | 380 | SRCS+= tb_dsa.c |
382 | SRCS+= tb_ecdh.c | 381 | SRCS+= tb_ecdh.c |
383 | SRCS+= tb_ecdsa.c | ||
384 | SRCS+= tb_eckey.c | 382 | SRCS+= tb_eckey.c |
385 | SRCS+= tb_pkmeth.c | 383 | SRCS+= tb_pkmeth.c |
386 | SRCS+= tb_rand.c | 384 | SRCS+= tb_rand.c |