summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-16 17:13:32 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-17 17:18:25 +0200
commit477b9afc68863bb287f3b629ff0879e2fababbb7 (patch)
tree3237297566adcffc71135cc3f2b2c6d2e40a450f /engines
parent4e16885c8c0e28e9586f3abe546cdf976bd21875 (diff)
Add missing initialiser in e_chil.c
RT#2616 Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/e_chil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_chil.c b/engines/e_chil.c
index 5dfab51345..5e725f5fb1 100644
--- a/engines/e_chil.c
+++ b/engines/e_chil.c
@@ -1272,7 +1272,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