openssl/crypto/async
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
..
arch Following the license change, modify the boilerplates in crypto/async/ 2018-12-06 14:25:47 +01:00
async_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
async_locl.h add an additional async notification communication method based on callback 2019-01-27 12:27:17 +00:00
async_wait.c add an additional async notification communication method based on callback 2019-01-27 12:27:17 +00:00
async.c Provide an ability to deregister thread stop handlers 2019-06-19 11:54:34 +01:00
build.info Refactor the async wait fd logic 2016-02-29 12:58:44 +00:00