[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Apr 25 00:33:34 UTC 2017
The branch master has been updated
via b3c42fc2503a685a9e51427c1a83c8f09487389d (commit)
from f044cd05a1d28c998731108dfcd25ba580cdda07 (commit)
- Log -----------------------------------------------------------------
commit b3c42fc2503a685a9e51427c1a83c8f09487389d
Author: Rich Salz <rsalz at openssl.org>
Date: Mon Apr 24 20:24:38 2017 -0400
Fix typo in OPENSSL_LH_new compat API
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3292)
-----------------------------------------------------------------------
Summary of changes:
include/openssl/lhash.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h
index e2ccb65..a3adc64 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
More information about the openssl-commits
mailing list