summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/lhash.h
diff options
context:
space:
mode:
authortb <>2024-03-02 11:04:52 +0000
committertb <>2024-03-02 11:04:52 +0000
commit2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f (patch)
tree14fe1625d8e95a578ceba0d94f1fefdd60ec9146 /src/lib/libcrypto/hidden/openssl/lhash.h
parente046d31060c0d98e03e2a00a0f27d8b56aac8cd6 (diff)
downloadopenbsd-2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f.tar.gz
openbsd-2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f.tar.bz2
openbsd-2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f.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/lhash.h')
-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 */