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 030efb14c1..5018157934 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.142 2023/07/28 09:19:58 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.143 2023/07/28 09:22:26 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -353,7 +353,6 @@ SRCS+= ecx_methods.c | |||
353 | 353 | ||
354 | # ecdh/ | 354 | # ecdh/ |
355 | SRCS+= ecdh.c | 355 | SRCS+= ecdh.c |
356 | SRCS+= ech_lib.c | ||
357 | 356 | ||
358 | # ecdsa/ | 357 | # ecdsa/ |
359 | SRCS+= ecdsa.c | 358 | SRCS+= ecdsa.c |
@@ -377,7 +376,6 @@ SRCS+= tb_cipher.c | |||
377 | SRCS+= tb_dh.c | 376 | SRCS+= tb_dh.c |
378 | SRCS+= tb_digest.c | 377 | SRCS+= tb_digest.c |
379 | SRCS+= tb_dsa.c | 378 | SRCS+= tb_dsa.c |
380 | SRCS+= tb_ecdh.c | ||
381 | SRCS+= tb_eckey.c | 379 | SRCS+= tb_eckey.c |
382 | SRCS+= tb_pkmeth.c | 380 | SRCS+= tb_pkmeth.c |
383 | SRCS+= tb_rand.c | 381 | SRCS+= tb_rand.c |