openssl/crypto/ui
Richard Levitte 0cd1b144f9 util/mkerr.pl: make it not depend on the function code
The output C code was made to use ERR_func_error_string() to see if a
string table was already loaded or not.  Since this function returns
NULL always, this check became useless.

Change it to use ERR_reason_error_string() instead, as there's no
reason to believe we will get rid of reason strings, ever.

To top it off, we rebuild all affected C sources.

Fixes #9756

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9756)
2019-09-12 17:59:52 +02:00
..
build.info Add a null UI method 2017-02-26 01:00:26 +01:00
ui_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
ui_lib.c Remove function name from errors 2019-07-16 05:26:28 +02:00
ui_locl.h Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00
ui_null.c Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00
ui_openssl.c Remove tab characters from C source files. 2019-07-16 20:24:10 +10:00
ui_util.c Following the license change, modify the boilerplates in crypto/ui/ 2018-12-06 15:31:37 +01:00