summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-24 20:24:38 -0400
committerRich Salz <rsalz@openssl.org>2017-04-24 20:33:31 -0400
commitb3c42fc2503a685a9e51427c1a83c8f09487389d (patch)
tree3416d890a7b39c5e342e98a1f6949549a95075aa
parentf044cd05a1d28c998731108dfcd25ba580cdda07 (diff)
Fix typo in OPENSSL_LH_new compat API
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)
-rw-r--r--include/openssl/lhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h
index e2ccb65d69..a3adc647ca 100644
--- 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