diff options
author | tb <> | 2024-03-02 11:04:52 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:04:52 +0000 |
commit | 2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f (patch) | |
tree | 14fe1625d8e95a578ceba0d94f1fefdd60ec9146 /src/lib/libcrypto/hidden/openssl/lhash.h | |
parent | e046d31060c0d98e03e2a00a0f27d8b56aac8cd6 (diff) | |
download | openbsd-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.h | 8 |
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); | |||
34 | LCRYPTO_USED(lh_doall_arg); | 34 | LCRYPTO_USED(lh_doall_arg); |
35 | LCRYPTO_USED(lh_strhash); | 35 | LCRYPTO_USED(lh_strhash); |
36 | LCRYPTO_USED(lh_num_items); | 36 | LCRYPTO_USED(lh_num_items); |
37 | LCRYPTO_USED(lh_stats); | ||
38 | LCRYPTO_USED(lh_node_stats); | ||
39 | LCRYPTO_USED(lh_node_usage_stats); | ||
40 | LCRYPTO_USED(lh_stats_bio); | ||
41 | LCRYPTO_USED(lh_node_stats_bio); | ||
42 | LCRYPTO_USED(lh_node_usage_stats_bio); | ||
43 | 37 | ||
44 | #endif /* _LIBCRYPTO_LHASH_H */ | 38 | #endif /* _LIBCRYPTO_LHASH_H */ |