Commit 477b9afc authored by Richard Levitte's avatar Richard Levitte
Browse files

Add missing initialiser in e_chil.c



RT#2616

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 4e16885c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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