mirror of
https://github.com/curl/curl.git
synced 2026-06-20 19:25:38 +03: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:
parent
98afec033e
commit
9873431c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue