TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (EPERM...
authorMaxim Zakharov <5158255+Maxime2@users.noreply.github.com>
Fri, 8 May 2020 04:58:10 +0000 (14:58 +1000)
committerMatt Caswell <matt@openssl.org>
Mon, 18 May 2020 08:56:27 +0000 (09:56 +0100)
commit082394839ea32386abc7ee33aaa9da864287064c
tree7f82105efad6d3d8976ff3f4df79245cf6b819ec
parent88b15ed9a54c591c3962149560d4f851322a54c4
TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (EPERM, Linux)

Signed-off-by: Maxim Zakharov <5158255+Maxime2@users.noreply.github.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11767)
crypto/ui/ui_openssl.c