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:
1b4d0e3
)
Add missing initialiser in e_chil.c
author
Richard Levitte
<levitte@openssl.org>
Mon, 16 May 2016 13:47:58 +0000
(15:47 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 16 May 2016 16:03:40 +0000
(18:03 +0200)
RT#2616
Reviewed-by: Tim Hudson <tjh@openssl.org>
engines/e_chil.c
patch
|
blob
|
history
diff --git
a/engines/e_chil.c
b/engines/e_chil.c
index b09d5259a951c7f85ac48551c2ef355ec8c57385..e7c89538a5afd08a7dde6c19a93079adbb839446 100644
(file)
--- a/
engines/e_chil.c
+++ b/
engines/e_chil.c
@@
-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