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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user