mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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)
This commit is contained in:
parent
f044cd05a1
commit
b3c42fc250
@ -95,7 +95,7 @@ void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out);
|
|||||||
# define _LHASH OPENSSL_LHASH
|
# define _LHASH OPENSSL_LHASH
|
||||||
# define LHASH_NODE OPENSSL_LH_NODE
|
# define LHASH_NODE OPENSSL_LH_NODE
|
||||||
# define lh_error OPENSSL_LH_error
|
# 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_free OPENSSL_LH_free
|
||||||
# define lh_insert OPENSSL_LH_insert
|
# define lh_insert OPENSSL_LH_insert
|
||||||
# define lh_delete OPENSSL_LH_delete
|
# define lh_delete OPENSSL_LH_delete
|
||||||
|
Loading…
Reference in New Issue
Block a user