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:
Richard Levitte 2016-05-22 10:57:18 +02:00
parent 398c1b773a
commit 154fe2b4be

View File

@ -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;