diff --git a/ports/msquic/exports-for-msh3.diff b/ports/msquic/exports-for-msh3.diff index 45b41b6589e254..3b8cebe0ccfd16 100644 --- a/ports/msquic/exports-for-msh3.diff +++ b/ports/msquic/exports-for-msh3.diff @@ -1,3 +1,13 @@ +diff --git a/src/bin/darwin/exports.txt b/src/bin/darwin/exports.txt +index e90b06e..918e7b6 100644 +--- a/src/bin/darwin/exports.txt ++++ b/src/bin/darwin/exports.txt +@@ -1,2 +1,5 @@ + _MsQuicOpenVersion + _MsQuicClose ++_CxPlatGetSelfSignedCert ++_CxPlatFreeSelfSignedCert ++_CxPlatLogAssert diff --git a/src/bin/linux/exports.txt b/src/bin/linux/exports.txt index e11806a..424c443 100644 --- a/src/bin/linux/exports.txt @@ -13,7 +23,7 @@ index e11806a..424c443 100644 local: *; }; diff --git a/src/bin/linux/init.c b/src/bin/linux/init.c -index 29bfa14..04d31b8 100644 +index 29bfa14..61bbc48 100644 --- a/src/bin/linux/init.c +++ b/src/bin/linux/init.c @@ -9,8 +9,15 @@ Abstract: @@ -32,3 +42,15 @@ index 29bfa14..04d31b8 100644 void MsQuicLibraryLoad( void +diff --git a/src/bin/winuser/msquic.def.in b/src/bin/winuser/msquic.def.in +index afaed5d..d1cbc91 100644 +--- a/src/bin/winuser/msquic.def.in ++++ b/src/bin/winuser/msquic.def.in +@@ -3,3 +3,7 @@ LIBRARY @QUIC_LIBRARY_NAME@ + EXPORTS + MsQuicOpenVersion + MsQuicClose ++ CxPlatGetSelfSignedCert ++ CxPlatFreeSelfSignedCert ++ CxPlatLogAssert ++ quic_bugcheck