We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f097fe3 commit bf14ae1Copy full SHA for bf14ae1
awslc.patch
@@ -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
11
12
--- a/CMakeLists.txt
13
+++ b/CMakeLists.txt
14
@@ -404,8 +404,10 @@ if(GCC OR CLANG)
0 commit comments