openssl/crypto/bio
Viktor Szakats 4a8392e203 Fix unused goto label gcc warning
On systems with undefined AI_ADDRCONFIG and AI_NUMERICHOST:

x86_64-w64-mingw32-gcc  -I. -Icrypto/include -Iinclude -m64 -Wall -O3 -fno-ident ...
crypto/bio/b_addr.c: In function 'BIO_lookup_ex':
crypto/bio/b_addr.c:699:7: warning: label 'retry' defined but not used [-Wunused-label]
       retry:
       ^~~~~

Regression from: 3f91ede9ae

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9856)

(cherry picked from commit be66a15cc1a4c3cc68fa854ceea321ca57f96304)
2019-10-10 19:09:28 +02:00
..
b_addr.c Fix unused goto label gcc warning 2019-10-10 19:09:28 +02:00
b_dump.c Reorganize local header files 2019-09-27 23:58:06 +02:00
b_print.c Reorganize private crypto header files 2019-09-27 23:57:58 +02:00
b_sock.c Reorganize local header files 2019-09-27 23:58:06 +02:00
b_sock2.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bf_buff.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bf_lbuf.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bf_nbio.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bf_null.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bio_cb.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bio_err.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
bio_lib.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bio_local.h Fix header file include guard names 2019-09-27 23:58:12 +02:00
bio_meth.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_acpt.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_bio.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_conn.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_dgram.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_fd.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_file.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_log.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_mem.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_null.c Reorganize local header files 2019-09-27 23:58:06 +02:00
bss_sock.c Reorganize local header files 2019-09-27 23:58:06 +02:00
build.info Adapt bf_lbuf for opaque BIO 2016-03-30 04:35:14 +02:00