openssl/demos/guide
Matt Caswell 11b7d46fa7 Return NULL if we fail to create a BIO in the demos/quicserver
Strictly speaking the previous code was still correct since BIO_set_fd
is tolerant of a NULL BIO. But this way is more clear.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21950)
2023-09-08 15:44:37 +01:00
..
Makefile Add a QUIC non-blocking demo 2023-09-08 15:44:37 +01:00
quic-client-block.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00
quic-client-non-block.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00
quic-multi-stream.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00
tls-client-block.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00
tls-client-non-block.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00