1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

darwinssl: fix typo in variable name

Broken a week ago in 6448f98.

Closes https://github.com/curl/curl/pull/1337
This commit is contained in:
Palo Markovic 2017-03-19 00:37:51 +13:00 committed by Jay Satiro
parent 98afec033e
commit 9873431c6f

View File

@ -1045,7 +1045,7 @@ CF_INLINE bool is_file(const char *filename)
}
#if CURL_BUILD_MAC_10_8 || CURL_BUILD_IOS
static CURLcode darwinssl_version_from_curl(long *darwinver, long version)
static CURLcode darwinssl_version_from_curl(long *darwinver, long ssl_version)
{
switch(ssl_version) {
case CURL_SSLVERSION_TLSv1_0: