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 44e5900863..8ec9b1b3d8 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.137 2023/07/07 06:10:14 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.138 2023/07/20 16:36:06 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -386,8 +386,6 @@ SRCS+= tb_pkmeth.c | |||
386 | SRCS+= tb_rand.c | 386 | SRCS+= tb_rand.c |
387 | SRCS+= tb_rsa.c | 387 | SRCS+= tb_rsa.c |
388 | SRCS+= tb_store.c | 388 | SRCS+= tb_store.c |
389 | # XXX unnecessary? handled in EVP now... | ||
390 | # SRCS+= eng_aesni.c # local addition | ||
391 | 389 | ||
392 | # err/ | 390 | # err/ |
393 | SRCS+= err.c | 391 | SRCS+= err.c |