projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b52778
)
initialise buf if wrong_info not used
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 24 Mar 2010 23:42:20 +0000
(23:42 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 24 Mar 2010 23:42:20 +0000
(23:42 +0000)
engines/e_chil.c
patch
|
blob
|
history
diff --git
a/engines/e_chil.c
b/engines/e_chil.c
index 3cb1386eed68e882d62ea00fba3bdddf42f7fe71..30693353d15ac6639c907e7ffc554d171e720c23 100644
(file)
--- a/
engines/e_chil.c
+++ b/
engines/e_chil.c
@@
-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)
{