|
@@ -34,7 +34,6 @@ extern const wchar_t * PingTypeNames;
|
|
|
enum TPingType { ptOff, ptNullPacket, ptDummyCommand };
|
|
|
enum TAddressFamily { afAuto, afIPv4, afIPv6 };
|
|
|
enum TFtps { ftpsNone, ftpsImplicit, ftpsExplicitSsl, ftpsExplicitTls };
|
|
|
-// has to match SSL_VERSION_XXX constants in AsyncSslSocketLayer.h
|
|
|
// ssl2 has no effect now
|
|
|
enum TTlsVersion { ssl2 = 2, ssl3 = 3, tls10 = 10, tls11 = 11, tls12 = 12, tls13 = 13 };
|
|
|
// has to match libs3 S3UriStyle
|