mirror of https://github.com/aria2/aria2
parent
a184ceb9e2
commit
53b3169a22
|
@ -53,12 +53,12 @@
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
#if !defined(__MAC_10_8)
|
#if !defined(__MAC_10_8)
|
||||||
static const SSLProtocol kTLSProtocol11 = 7;
|
static const SSLProtocol kTLSProtocol11 = (SSLProtocol)7;
|
||||||
static const SSLProtocol kTLSProtocol12 = 8;
|
static const SSLProtocol kTLSProtocol12 = (SSLProtocol)8;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__MAC_10_13)
|
#if !defined(__MAC_10_13)
|
||||||
static const SSLProtocol kTLSProtocol13 = 10;
|
static const SSLProtocol kTLSProtocol13 = (SSLProtocol)10;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CIPHER_NO_DHPARAM
|
#ifndef CIPHER_NO_DHPARAM
|
||||||
|
|
Loading…
Reference in New Issue