Commit 9873431c authored by Palo Markovic's avatar Palo Markovic Committed by Jay Satiro
Browse files

darwinssl: fix typo in variable name

Broken a week ago in 6448f98c.

Closes https://github.com/curl/curl/pull/1337
parent 98afec03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: