From 154fe2b4be294050b9975edbbe2d83294a83d6b6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 22 May 2016 10:57:18 +0200 Subject: [PATCH 1/1] 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 --- crypto/lhash/lhash_lcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/lhash/lhash_lcl.h b/crypto/lhash/lhash_lcl.h index cfb0e1ab7b..eb4a1a3f65 100644 --- a/crypto/lhash/lhash_lcl.h +++ b/crypto/lhash/lhash_lcl.h @@ -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; -- 2.34.1