Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9914026
tlsuv-boringssl.patch
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
710 B
Referenced Files
None
Subscribers
None
tlsuv-boringssl.patch
View Options
diff --git a/src/alloc.c b/src/alloc.c
index 6a9adf7..2d3a5ab 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -63,7 +63,7 @@ void tlsuv_set_allocator(uv_malloc_func malloc_f,
ALLOC.free_f = free_f;
uv_replace_allocator(malloc_f, realloc_f, calloc_f, free_f);
-#if USE_OPENSSL
+#if USE_OPENSSL && !defined(OPENSSL_IS_BORINGSSL)
CRYPTO_set_mem_functions(crypto_malloc, crypto_realloc, crypto_free);
#endif
diff --git a/src/win32/win32_keychain.c b/src/win32/win32_keychain.c
index 77378fc..d310eb3 100644
--- a/src/win32/win32_keychain.c
+++ b/src/win32/win32_keychain.c
@@ -18,6 +18,7 @@
#include "../alloc.h"
#if USE_OPENSSL
+#include <openssl/bn.h>
#include <openssl/ecdsa.h>
#endif
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Aug 1, 6:52 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
600149
Default Alt Text
tlsuv-boringssl.patch (710 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment