Преглед изворни кода

Constants unused since 0e4e2e6b

(cherry picked from commit b5a9a3e40343f88b1ebb0f40ee64b07337f9d759)

Source commit: 8bae8d70cfb9e5e4814df23ae1255589e1889cdf
Martin Prikryl пре 5 година
родитељ
комит
43de6c3995
2 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 1
      source/core/SessionData.h
  2. 0 6
      source/filezilla/AsyncSslSocketLayer.h

+ 0 - 1
source/core/SessionData.h

@@ -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

+ 0 - 6
source/filezilla/AsyncSslSocketLayer.h

@@ -246,10 +246,4 @@ private:
 #define SSL_FAILURE_VERIFYCERT 8
 #define SSL_FAILURE_CERTREJECTED 0x10
 //---------------------------------------------------------------------------
-#define SSL_VERSION_SSL3 3
-#define SSL_VERSION_TLS10 10
-#define SSL_VERSION_TLS11 11
-#define SSL_VERSION_TLS12 12
-#define SSL_VERSION_TLS13 13
-//---------------------------------------------------------------------------
 #endif // AsyncSslSocketLayerH