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 <levitte@openssl.org>
Thu, 8 Dec 2016 12:34:08 +0000 (13:34 +0100)
commit4984448648f69ed4425df68900b1fd6f17c6c271
treef8b1a3bbeeb76753de16aea8fcece367d619c17e
parent57c0f378b8fdbdc55dba783e9b744b8ed2132819
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)
crypto/err/err.c
crypto/ui/ui_err.c
crypto/ui/ui_openssl.c
include/openssl/ui.h