提交 3c01ed68 编写于 作者: R Richard Levitte

Add missing initialiser in e_chil.c

RT#2616
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 1b4d0e3c
......@@ -1262,7 +1262,7 @@ static int hwcrhk_insert_card(const char *prompt_info,
ui = UI_new_method(ui_method);
if (ui) {
char answer;
char answer = '\0';
char buf[BUFSIZ];
/*
* Despite what the documentation says wrong_info can be an empty
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册