[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Tue Mar 27 16:41:31 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via b1eaed1c996da382efcbd44611a8917a68188dbf (commit)
from 68f04fa1ddc71c67822796bee7abaf32a87203a8 (commit)
- Log -----------------------------------------------------------------
commit b1eaed1c996da382efcbd44611a8917a68188dbf
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)
(cherry picked from commit b3c42fc2503a685a9e51427c1a83c8f09487389d)
-----------------------------------------------------------------------
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 82d40c1..88d7d97 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