提交 d6f188be 编写于 作者: D Dr. Stephen Henson

Fix warning with DEBUG_SAFESTACK

上级 016cadfb
......@@ -92,9 +92,8 @@ UI *UI_new_method(const UI_METHOD *method)
return ret;
}
static void free_string(void *data)
static void free_string(UI_STRING *uis)
{
UI_STRING *uis = (UI_STRING *)data;
if (uis->flags & OUT_STRING_FREEABLE)
OPENSSL_free((char *)uis->out_string);
OPENSSL_free(uis);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册