Commit 787ce7ee authored by Richard Levitte's avatar Richard Levitte
Browse files

Undo one UI fix



Undoing:
> - in UI_process(), |state| was never made NULL, which means an error
>   when closing the session wouldn't be accurately reported.

This was a faulty cherry-pick from master

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3853)
parent f22a0783
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -521,7 +521,6 @@ int UI_process(UI *ui)
        }
    }

    state = NULL;
 err:
    if (ui->meth->ui_close_session != NULL
        && ui->meth->ui_close_session(ui) <= 0)