Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8fe6c0

Browse files
committed
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 parent f596946 commit c8fe6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openssl_stream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "socket_stream.h"
1616
#include "netops.h"
1717
#include "git2/transport.h"
18+
#include "git2/sys/openssl.h"
1819

1920
#ifdef GIT_CURL
2021
# include "curl_stream.h"

0 commit comments

Comments
 (0)