X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fui%2Fui_lib.c;h=ffe55135511c4f50602b20d6ca02c6a5cc24059e;hp=b84cad011b818777b3fe8682821ab536c9ebd8db;hb=949320c567811e714216ea987fe24eea1b56da5e;hpb=a19fc66a6b5f99ad00305e152bdb41460d728640 diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index b84cad011b..ffe5513551 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -487,7 +487,7 @@ int UI_process(UI *ui) } err: if (ui->meth->ui_close_session != NULL - && !ui->meth->ui_close_session(ui) <= 0) { + && ui->meth->ui_close_session(ui) <= 0) { if (state == NULL) state = "closing session"; ok = -1;