Integrate native implementation of QUIC integration API

This commit adds the native implementation of the QUIC integration API
into the build system.
This commit is contained in:
Artem Boldariev
2024-09-11 20:55:29 +03:00
parent 64d08b7f1a
commit c092387582

View File

@@ -261,6 +261,11 @@ libisc_la_SOURCES += \
quic/quic-int.h \
quic/tls_quic.c
if HAVE_NATIVE_BORINGSSL_QUIC_API
libisc_la_SOURCES += \
quic/quic_interface_native.c
endif
libisc_la_CPPFLAGS += \
$(LIBNGTCP2_CFLAGS)