Skip to content

Commit bf14ae1

Browse files
committed
awslc.patch: try just the cmake solution
1 parent f097fe3 commit bf14ae1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

awslc.patch

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
--- a/crypto/rand_extra/windows.c
2-
+++ b/crypto/rand_extra/windows.c
3-
@@ -65,7 +65,7 @@
4-
if (hmod == NULL) {
5-
abort();
6-
}
7-
- g_processprng_fn = (ProcessPrngFunction)GetProcAddress(hmod, "ProcessPrng");
8-
+ g_processprng_fn = (ProcessPrngFunction)(void(*)(void))GetProcAddress(hmod, "ProcessPrng");
9-
if (g_processprng_fn == NULL) {
10-
abort();
11-
}
121
--- a/CMakeLists.txt
132
+++ b/CMakeLists.txt
143
@@ -404,8 +404,10 @@ if(GCC OR CLANG)

0 commit comments

Comments
 (0)