diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 457ff381c4..cc56c53591 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.170 2024/03/02 10:13:12 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.171 2024/03/02 11:04:51 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -428,7 +428,6 @@ SRCS+= hkdf_evp.c | |||
428 | SRCS+= kdf_err.c | 428 | SRCS+= kdf_err.c |
429 | 429 | ||
430 | # lhash/ | 430 | # lhash/ |
431 | SRCS+= lh_stats.c | ||
432 | SRCS+= lhash.c | 431 | SRCS+= lhash.c |
433 | 432 | ||
434 | # md4/ | 433 | # md4/ |