summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/lhash.h
diff options
context:
space:
mode:
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 */