From 2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 11:04:52 +0000 Subject: Remove lh stats This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing --- src/lib/libcrypto/hidden/openssl/lhash.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libcrypto/hidden/openssl/lhash.h') 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 @@ -/* $OpenBSD: lhash.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ +/* $OpenBSD: lhash.h,v 1.3 2024/03/02 11:04:51 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -34,11 +34,5 @@ LCRYPTO_USED(lh_doall); LCRYPTO_USED(lh_doall_arg); LCRYPTO_USED(lh_strhash); LCRYPTO_USED(lh_num_items); -LCRYPTO_USED(lh_stats); -LCRYPTO_USED(lh_node_stats); -LCRYPTO_USED(lh_node_usage_stats); -LCRYPTO_USED(lh_stats_bio); -LCRYPTO_USED(lh_node_stats_bio); -LCRYPTO_USED(lh_node_usage_stats_bio); #endif /* _LIBCRYPTO_LHASH_H */ -- cgit v1.2.3-55-g6feb