Undo one UI fix
authorRichard Levitte <levitte@openssl.org>
Wed, 5 Jul 2017 12:55:51 +0000 (14:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 5 Jul 2017 12:55:51 +0000 (14:55 +0200)
commit787ce7eea82539531fe4d0f98da6bb3e93b1b832
tree5c6bd4983e5a5a0696911399d3ce29939d20f167
parentf22a0783075002f4b7802f54b3903ff733410110
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: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3853)
crypto/ui/ui_lib.c