提交 546ec5a9 编写于 作者: B Ben Laurie

Redo type-safety fix.

上级 e3fefbfd
......@@ -279,9 +279,8 @@ static int ex_data_check(void)
#define EX_DATA_CHECK(iffail) if(!ex_data && !ex_data_check()) {iffail}
/* This "inner" callback is used by the callback function that follows it */
static void def_cleanup_util_cb(void *v)
static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs)
{
CRYPTO_EX_DATA_FUNCS *funcs = (CRYPTO_EX_DATA_FUNCS *)v;
OPENSSL_free(funcs);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册