mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
git-curl-compat: remove check for curl 7.25.0
libcurl 7.25.0 was released in March 2012, which is well over ten years ago, and no major operating system vendor is still providing security support for it. Debian 8, RHEL 7, and Ubuntu 12.10, all of which are out of mainstream security support, have all supported a newer version. Remove the check for this version and use this functionality unconditionally. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Taylor Blau <me@ttaylorr.com>
This commit is contained in:
committed by
Taylor Blau
parent
8bf7f9e1ff
commit
f7c094060c
@@ -28,14 +28,6 @@
|
||||
* introduced, oldest first, in the official version of cURL library.
|
||||
*/
|
||||
|
||||
/**
|
||||
* CURLOPT_TCP_KEEPALIVE was added in 7.25.0, released in March 2012.
|
||||
*/
|
||||
#if LIBCURL_VERSION_NUM >= 0x071900
|
||||
#define GITCURL_HAVE_CURLOPT_TCP_KEEPALIVE 1
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* CURLOPT_LOGIN_OPTIONS was added in 7.34.0, released in December
|
||||
* 2013.
|
||||
|
||||
Reference in New Issue
Block a user