Skip to content

Commit

Permalink
WIP [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Dec 22, 2024
1 parent c1c395b commit 4489cd3
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion ports/msquic/exports-for-msh3.diff
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 4489cd3

Please sign in to comment.