diff options
Diffstat (limited to 'src/lib/libcrypto/lhash/lhash_local.h')
-rw-r--r-- | src/lib/libcrypto/lhash/lhash_local.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/lib/libcrypto/lhash/lhash_local.h b/src/lib/libcrypto/lhash/lhash_local.h index 5466e554e7..1748845c41 100644 --- a/src/lib/libcrypto/lhash/lhash_local.h +++ b/src/lib/libcrypto/lhash/lhash_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: lhash_local.h,v 1.1 2024/03/02 11:11:11 tb Exp $ */ | 1 | /* $OpenBSD: lhash_local.h,v 1.2 2024/06/30 14:13:08 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -85,20 +85,6 @@ struct lhash_st { | |||
85 | unsigned long down_load; /* load times 256 */ | 85 | unsigned long down_load; /* load times 256 */ |
86 | unsigned long num_items; | 86 | unsigned long num_items; |
87 | 87 | ||
88 | unsigned long num_expands; | ||
89 | unsigned long num_expand_reallocs; | ||
90 | unsigned long num_contracts; | ||
91 | unsigned long num_contract_reallocs; | ||
92 | unsigned long num_hash_calls; | ||
93 | unsigned long num_comp_calls; | ||
94 | unsigned long num_insert; | ||
95 | unsigned long num_replace; | ||
96 | unsigned long num_delete; | ||
97 | unsigned long num_no_delete; | ||
98 | unsigned long num_retrieve; | ||
99 | unsigned long num_retrieve_miss; | ||
100 | unsigned long num_hash_comps; | ||
101 | |||
102 | int error; | 88 | int error; |
103 | } /* _LHASH */; | 89 | } /* _LHASH */; |
104 | 90 | ||