In UI_OpenSSL's open(), generate an error on unknown errno
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Dec 2016 10:16:37 +0000 (11:16 +0100)
committerRichard Levitte <richard@levitte.org>
Thu, 8 Dec 2016 12:35:23 +0000 (13:35 +0100)
commitdc76164c7693f57a6ded33a1344f2e8c1d6a0ee6
tree1f2640bcac5b6aef43a9442e0b3e398058eaada7
parente8a93291cac9a5ebf60f83d5f3cca2b757c32327
In UI_OpenSSL's open(), generate an error on unknown errno

TTY_get() sometimes surprises us with new errno values to determine if
we have a controling terminal or not.  This generated error is a
helpful tool to figure out that this was what happened and what the
unknown value is.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2043)
(cherry picked from commit 4984448648f69ed4425df68900b1fd6f17c6c271)
crypto/err/err.c
crypto/ui/ui_err.c
crypto/ui/ui_openssl.c
include/openssl/ui.h