initialise buf if wrong_info not used

This commit is contained in:
Dr. Stephen Henson 2010-03-24 23:42:05 +00:00
parent a3a06e6543
commit f2e8488b85

View File

@ -1313,6 +1313,8 @@ static int hwcrhk_insert_card(const char *prompt_info,
if (wrong_info && *wrong_info)
BIO_snprintf(buf, sizeof(buf)-1,
"Current card: \"%s\"\n", wrong_info);
else
buf[0] = 0;
ok = UI_dup_info_string(ui, buf);
if (ok >= 0 && prompt_info)
{