alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.64k stars 326 forks source link

[!] fix compile error on macos #357

Closed Kulsk closed 7 months ago

Kulsk commented 8 months ago

due to macos update openssl to openssl3, which makes it conflicts with headers of Tongsuo and Borinssl when XQUIC include /usr/local/include for include and linking LibEvent.

fix issue #322