openssl/crypto/bio
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
..
b_addr.c BIO_lookup_ex: Do not retry on EAI_MEMORY 2019-08-13 11:40:55 +02:00
b_dump.c crypto/bio/b_dump.c: change all char* to void*, and constify 2019-01-16 18:10:41 +01:00
b_print.c
b_sock2.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
b_sock.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
bf_buff.c
bf_lbuf.c
bf_nbio.c
bf_null.c
bio_cb.c
bio_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
bio_lcl.h Keep the externally visible macro BIO_FLAGS_UPLINK in bio.h 2019-06-26 18:31:48 +02:00
bio_lib.c
bio_meth.c
bss_acpt.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
bss_bio.c
bss_conn.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
bss_dgram.c Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methods 2019-08-09 09:36:54 +01:00
bss_fd.c Keep the externally visible macro BIO_FLAGS_UPLINK in bio.h 2019-06-26 18:31:48 +02:00
bss_file.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
bss_log.c
bss_mem.c Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIO 2019-06-19 14:29:27 +02:00
bss_null.c
bss_sock.c bio: Linux TLS Rx Offload 2019-04-01 11:54:48 +01:00
build.info