openssl/demos/guide
Matt Caswell cdedecd503 Add a missing call to BIO_closesocket()
A couple of the demos missed a call to this function in an error case.

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 Add a missing call to BIO_closesocket() 2023-09-08 15:44:37 +01:00
quic-client-non-block.c Add a missing call to BIO_closesocket() 2023-09-08 15:44:37 +01:00
quic-multi-stream.c Add a missing call to BIO_closesocket() 2023-09-08 15:44:37 +01:00
tls-client-block.c Add a QUIC multi-stream client demo 2023-08-25 11:42:51 +01:00
tls-client-non-block.c Expand the explanation of how to go and do useful work in non-blocking 2023-09-08 15:44:37 +01:00