curl/lib/vquic
Viktor Szakats 9c7768cd88
openssl-quic: fix BIO leak and Windows warning
Caused by an accidentally duplicated line in
d6825df334.

```
.../lib/vquic/curl_osslq.c:1095:30: warning: implicit conversion loses integer precision: 'curl_socket_t' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
 1095 |   bio = BIO_new_dgram(ctx->q.sockfd, BIO_NOCLOSE);
      |         ~~~~~~~~~~~~~ ~~~~~~~^~~~~~
1 warning and 2 errors generated.
```

Reviewed-by: Stefan Eissing
Closes #13043
2024-03-05 10:54:08 +00:00
..
curl_msh3.c lib: eliminate conn->cselect_bits 2023-12-14 15:20:05 +01:00
curl_msh3.h
curl_ngtcp2.c misc: Fix typos in docs and lib 2024-03-01 09:59:48 +01:00
curl_ngtcp2.h
curl_osslq.c openssl-quic: fix BIO leak and Windows warning 2024-03-05 10:54:08 +00:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
curl_quiche.h
vquic_int.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
vquic-tls.c http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
vquic-tls.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
vquic.c http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
vquic.h