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:
f044cd0
)
Fix typo in OPENSSL_LH_new compat API
author
Rich Salz
<rsalz@openssl.org>
Tue, 25 Apr 2017 00:24:38 +0000
(20:24 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 25 Apr 2017 00:33:31 +0000
(20:33 -0400)
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3292)
include/openssl/lhash.h
patch
|
blob
|
history
diff --git
a/include/openssl/lhash.h
b/include/openssl/lhash.h
index e2ccb65d699980b734af891bfa474f3daff3931c..a3adc647ca747abb35af74d972b1cefb1a82dfdb 100644
(file)
--- a/
include/openssl/lhash.h
+++ b/
include/openssl/lhash.h
@@
-95,7
+95,7
@@
void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out);
# define _LHASH OPENSSL_LHASH
# define LHASH_NODE OPENSSL_LH_NODE
# define lh_error OPENSSL_LH_error
-# define lh_new OPENSSL_
lh
_new
+# define lh_new OPENSSL_
LH
_new
# define lh_free OPENSSL_LH_free
# define lh_insert OPENSSL_LH_insert
# define lh_delete OPENSSL_LH_delete