提交 c828cd7c 编写于 作者: J Jeffrey Walton 提交者: Rich Salz

RT4476: Fix some cast-alignment warnings

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 7793e174
......@@ -180,7 +180,7 @@ void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
# define LHASH_OF(type) struct lhash_st_##type
# define DEFINE_LHASH_OF(type) \
LHASH_OF(type) { int dummy; }; \
LHASH_OF(type) { union { void* d1; unsigned long d2; int d3; }; }; \
static ossl_inline LHASH_OF(type) * \
lh_##type##_new(unsigned long (*hfn)(const type *), \
int (*cfn)(const type *, const type *)) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册