diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2016-02-19 16:23:14 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-02-19 16:23:14 +0100 |
commit | c8fe6c0975431e92d3dc4569734f30923b64dd18 (patch) | |
tree | 3986bcb9ac55437d2ac26468b908db3b1211e3a8 | |
parent | f596946f09f3c1e51239a24ff41e27f2c1ffa2b7 (diff) | |
download | libgit2-c8fe6c0975431e92d3dc4569734f30923b64dd18.tar.gz |
openssl: re-export the last-resort locking functionv0.24.0-rc1cmn/init-ssh
We need to include the header where we define the function. Otherwise it
won't be available on the DLL.
-rw-r--r-- | src/openssl_stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openssl_stream.c b/src/openssl_stream.c index 58b70f5b4..1dad5f637 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" |