mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
6d5d5fc9a9
Previously, the QRX filled in a OSSL_QRX_PKT structure provided by the caller. This necessitated the caller managing reference counting itself using a OSSL_QRX_PKT_WRAP structure. The need for this structure has been eliminated by adding refcounting support to the QRX itself. The QRX now outputs a pointer to an OSSL_QRX_PKT instead of filling in a structure provided by the caller. The OSSL_QRX_PKT_WRAP structure has been eliminated. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
12 lines
514 B
Plaintext
12 lines
514 B
Plaintext
$LIBSSL=../../libssl
|
|
|
|
SOURCE[$LIBSSL]=quic_method.c quic_impl.c quic_wire.c quic_ackm.c quic_statm.c
|
|
SOURCE[$LIBSSL]=cc_dummy.c quic_demux.c quic_record_rx.c
|
|
SOURCE[$LIBSSL]=quic_record_tx.c quic_record_util.c quic_record_shared.c quic_wire_pkt.c
|
|
SOURCE[$LIBSSL]=quic_rx_depack.c
|
|
SOURCE[$LIBSSL]=quic_fc.c uint_set.c
|
|
SOURCE[$LIBSSL]=quic_cfq.c quic_txpim.c quic_fifd.c quic_txp.c
|
|
SOURCE[$LIBSSL]=quic_stream_map.c
|
|
SOURCE[$LIBSSL]=quic_sf_list.c quic_rstream.c quic_sstream.c
|
|
SOURCE[$LIBSSL]=quic_dummy_handshake.c
|