summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl
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/hidden/openssl
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/hidden/openssl')
-rw-r--r--src/lib/libcrypto/hidden/openssl/lhash.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/lhash.h b/src/lib/libcrypto/hidden/openssl/lhash.h
index 151f154a47..eee272cf46 100644
--- a/src/lib/libcrypto/hidden/openssl/lhash.h
+++ b/src/lib/libcrypto/hidden/openssl/lhash.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: lhash.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ 1/* $OpenBSD: lhash.h,v 1.3 2024/03/02 11:04:51 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -34,11 +34,5 @@ LCRYPTO_USED(lh_doall);
34LCRYPTO_USED(lh_doall_arg); 34LCRYPTO_USED(lh_doall_arg);
35LCRYPTO_USED(lh_strhash); 35LCRYPTO_USED(lh_strhash);
36LCRYPTO_USED(lh_num_items); 36LCRYPTO_USED(lh_num_items);
37LCRYPTO_USED(lh_stats);
38LCRYPTO_USED(lh_node_stats);
39LCRYPTO_USED(lh_node_usage_stats);
40LCRYPTO_USED(lh_stats_bio);
41LCRYPTO_USED(lh_node_stats_bio);
42LCRYPTO_USED(lh_node_usage_stats_bio);
43 37
44#endif /* _LIBCRYPTO_LHASH_H */ 38#endif /* _LIBCRYPTO_LHASH_H */