set ssl_version to CURL_SSLVERSION_DEFAULT and not CURL_SSLVERSION_TLSv1_0
commit8120c53f903c684f78df925ae5a6d615f5154058
authorAndreas Baumann <mail@andreasbaumann.cc>
Thu, 2 Nov 2017 15:46:20 +0000 (2 16:46 +0100)
committerSven Nierlein <sven@nierlein.de>
Mon, 22 Oct 2018 14:30:31 +0000 (22 16:30 +0200)
treef3ae9080e05a29b285fe9783a8b436b335273581
parent8a5b49ec36bc9cb4e24bb2ccba208c16066a6b1e
set ssl_version to CURL_SSLVERSION_DEFAULT and not CURL_SSLVERSION_TLSv1_0
(since curl 7.56.1 we get an illegal argument error otherwise)
plugins/check_curl.c