Ver código fonte

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

Source commit: 4f56467e726b2a59741aa410b699c97d6a3c0d19
Martin Prikryl 9 anos atrás
pai
commit
c6ddd8d6ab
1 arquivos alterados com 1 adições e 1 exclusões
  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;
         }
       }
     }