Bläddra i källkod

Comments obsoleted by 5dfcf1eb

(cherry picked from commit 0ae1076ae915d5a0b91a1551353ca7ad9d909b49)

Source commit: 8418f90b78d7ffacd096ca4a8d3913f25b570929
Martin Prikryl 4 år sedan
förälder
incheckning
26e2327488
2 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 1
      source/forms/SiteAdvanced.cpp
  2. 0 1
      source/windows/Tools.cpp

+ 0 - 1
source/forms/SiteAdvanced.cpp

@@ -1323,7 +1323,6 @@ void __fastcall TSiteAdvancedDialog::FormCloseQuery(TObject * /*Sender*/,
   {
     // StripPathQuotes should not be needed as we do not feed quotes anymore
     VerifyKey(StripPathQuotes(PrivateKeyEdit3->Text));
-    // for tunnel SSH version is not configurable
     VerifyKey(StripPathQuotes(TunnelPrivateKeyEdit3->Text));
     VerifyCertificate(StripPathQuotes(TlsCertificateFileEdit->Text));
     // Particularly for EncryptKey*Edit's

+ 0 - 1
source/windows/Tools.cpp

@@ -1332,7 +1332,6 @@ static void __fastcall DoVerifyKey(UnicodeString & FileName, bool Convert, bool
       case ktSSH2PublicRFC4716:
       case ktSSH2PublicOpenSSH:
         // noop
-        // Do not even bother checking SSH protocol version
         break;
 
       case ktUnopenable: