summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-03-02 11:04:52 +0000
committertb <>2024-03-02 11:04:52 +0000
commit792421b3f220abcbd1405485edc9bf6b39485769 (patch)
tree14fe1625d8e95a578ceba0d94f1fefdd60ec9146 /src/lib/libcrypto/Makefile
parentaf88f8de5f2275485734ca59b90ee42b81b76688 (diff)
downloadopenbsd-792421b3f220abcbd1405485edc9bf6b39485769.tar.gz
openbsd-792421b3f220abcbd1405485edc9bf6b39485769.tar.bz2
openbsd-792421b3f220abcbd1405485edc9bf6b39485769.zip
Remove lh stats
This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
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
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -428,7 +428,6 @@ SRCS+= hkdf_evp.c
428SRCS+= kdf_err.c 428SRCS+= kdf_err.c
429 429
430# lhash/ 430# lhash/
431SRCS+= lh_stats.c
432SRCS+= lhash.c 431SRCS+= lhash.c
433 432
434# md4/ 433# md4/