Commit c8fe6c0975431e92d3dc4569734f30923b64dd18

Carlos Martín Nieto 2016-02-19T16:23:14

openssl: re-export the last-resort locking function We need to include the header where we define the function. Otherwise it won't be available on the DLL.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/openssl_stream.c b/src/openssl_stream.c
index 58b70f5..1dad5f6 100644
--- a/src/openssl_stream.c
+++ b/src/openssl_stream.c
@@ -15,6 +15,7 @@
 #include "socket_stream.h"
 #include "netops.h"
 #include "git2/transport.h"
+#include "git2/sys/openssl.h"
 
 #ifdef GIT_CURL
 # include "curl_stream.h"