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:
parent
98afec033e
commit
9873431c6f
@ -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…
Reference in New Issue
Block a user