Complete the rename of LHASH functions and types
[openssl.git] / crypto / lhash / lhash_lcl.h
index cfb0e1ab7bc90974fcbac4d52648f0f2a86fa235..eb4a1a3f65fe10c7a1212595f04578c95fa48626 100644 (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;