mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-20 05:19:40 +00:00
Add missing initialiser in e_chil.c
RT#2616 Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
1b4d0e3c1e
commit
3c01ed680e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user