Skip to content

Commit 27704aa

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? http: optionally send SSL client certificate
This is needed to make this work in `seen`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ecea170 commit 27704aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

git-curl-compat.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,11 @@
126126
#define GIT_CURL_HAVE_CURLSSLSET_NO_BACKENDS
127127
#endif
128128

129+
/**
130+
* CURLSSLOPT_AUTO_CLIENT_CERT as added in 7.77.0, released in May 2021.
131+
*/
132+
#if LIBCURL_VERSION_NUM >= 0x074d00
133+
#define GIT_CURL_HAVE_CURLSSLOPT_AUTO_CLIENT_CERT
134+
#endif
135+
129136
#endif

0 commit comments

Comments
 (0)