Commit 154fe2b4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Complete the rename of LHASH functions and types



LHASH_NODE was used internally, which doesn't work when configured
'no-deprecated'

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 398c1b77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;