openssl/ssl/quic
Neil Horman c4ec708bd5 Rename list macros
The quic implementation defined a set of LIST_* macros for list
manipulation, which conflicts with the generally support BSD api found
in the queue.h system header.  While this isn't normally a problem, A
report arrived indicating that MacOSX appears to implicitly include
queue.h from another system header which causes definition conflicts.

As the openssl macros are internal only, it seems the most sensible
thing to do is place them in a well known namespace for our library to
avoid the conflict, so add an OSSL_ prefix to all our macros

Fixes #25516

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/25519)
2024-09-26 10:02:30 +02:00
..
build.info
cc_newreno.c
json_enc.c
qlog_event_helpers.c
qlog.c
quic_ackm.c
quic_cfq.c Copyright year updates 2024-09-05 09:35:49 +02:00
quic_channel_local.h
quic_channel.c
quic_demux.c
quic_engine_local.h
quic_engine.c Rename list macros 2024-09-26 10:02:30 +02:00
quic_fc.c
quic_fifd.c
quic_impl.c Detect fin state of a QUIC stream for streams which are completely read 2024-09-13 15:05:29 -04:00
quic_lcidm.c
quic_local.h
quic_method.c
quic_port_local.h
quic_port.c Rename list macros 2024-09-26 10:02:30 +02:00
quic_rcidm.c Rename list macros 2024-09-26 10:02:30 +02:00
quic_reactor.c
quic_record_rx.c
quic_record_shared.c
quic_record_shared.h
quic_record_tx.c
quic_record_util.c Copyright year updates 2024-09-05 09:35:49 +02:00
quic_rstream.c
quic_rx_depack.c
quic_sf_list.c
quic_srt_gen.c
quic_srtm.c
quic_sstream.c
quic_statm.c
quic_stream_map.c
quic_thread_assist.c
quic_tls.c
quic_trace.c Copyright year updates 2024-09-05 09:35:49 +02:00
quic_tserver.c
quic_txp.c
quic_txpim.c
quic_types.c
quic_wire_pkt.c
quic_wire.c
uint_set.c