Quellcode durchsuchen

When a passphrase for a client certificate is not provided, the authentication continues.

Source commit: 4f56467e726b2a59741aa410b699c97d6a3c0d19
Martin Prikryl vor 9 Jahren
Ursprung
Commit
c6ddd8d6ab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -5973,7 +5973,7 @@ bool __fastcall TTerminal::LoadTlsCertificate(X509 *& Certificate, EVP_PKEY *& P
         }
         else
         {
-          Abort();
+          Result = false;
         }
       }
     }