Commit 3c01ed68 authored by Richard Levitte's avatar Richard Levitte
Browse files

Add missing initialiser in e_chil.c



RT#2616

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 1b4d0e3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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