mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
Complete the rename of LHASH functions and types
LHASH_NODE was used internally, which doesn't work when configured 'no-deprecated' Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
398c1b773a
commit
154fe2b4be
@ -15,7 +15,7 @@ struct lhash_node_st {
|
||||
};
|
||||
|
||||
struct lhash_st {
|
||||
LHASH_NODE **b;
|
||||
OPENSSL_LH_NODE **b;
|
||||
OPENSSL_LH_COMPFUNC comp;
|
||||
OPENSSL_LH_HASHFUNC hash;
|
||||
unsigned int num_nodes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user