projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398c1b7
)
Complete the rename of LHASH functions and types
author
Richard Levitte
<levitte@openssl.org>
Sun, 22 May 2016 08:57:18 +0000
(10:57 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 22 May 2016 22:46:53 +0000
(
00:46
+0200)
LHASH_NODE was used internally, which doesn't work when configured
'no-deprecated'
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/lhash/lhash_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/lhash/lhash_lcl.h
b/crypto/lhash/lhash_lcl.h
index cfb0e1ab7bc90974fcbac4d52648f0f2a86fa235..eb4a1a3f65fe10c7a1212595f04578c95fa48626 100644
(file)
--- a/
crypto/lhash/lhash_lcl.h
+++ b/
crypto/lhash/lhash_lcl.h
@@
-15,7
+15,7
@@
struct lhash_node_st {
};
struct lhash_st {
-
LHAS
H_NODE **b;
+
OPENSSL_L
H_NODE **b;
OPENSSL_LH_COMPFUNC comp;
OPENSSL_LH_HASHFUNC hash;
unsigned int num_nodes;