author | Mark Lodato <lodatom@gmail.com> | |
Mon, 15 Jun 2009 02:39:00 +0000 (22:39 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 18 Jun 2009 17:10:30 +0000 (10:10 -0700) | ||
commit | ef52aafa0f8b1d34f2ecd9b58f2198711c87cab3 | |
tree | 5f9fe7afde9d8c0da2a9eb781940ac09d8b9c112 | tree | snapshot |
parent | 6fb37f86bce7cf19b4dbff2aa8a93df5ac5c4cbe | commit | diff |
http.c: fix compiling with libcurl 7.9.2
Change the minimimum required libcurl version for the http.sslKey option
to 7.9.3. Previously, preprocessor macros checked for >= 7.9.2, which
is incorrect because CURLOPT_SSLKEY was introduced in 7.9.3. This now
allows git to compile with libcurl 7.9.2.
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Change the minimimum required libcurl version for the http.sslKey option
to 7.9.3. Previously, preprocessor macros checked for >= 7.9.2, which
is incorrect because CURLOPT_SSLKEY was introduced in 7.9.3. This now
allows git to compile with libcurl 7.9.2.
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c | diff | blob | history |