|
@@ -1034,7 +1034,7 @@ static void __fastcall DoVerifyKey(
|
|
|
case ktOpenSSHNew:
|
|
|
case ktSSHCom:
|
|
|
{
|
|
|
- UnicodeString TypeName = ((Type == ktOpenSSHPEM) || (Type == ktOpenSSHNew)) ? L"OpenSSH SSH-2" : L"ssh.com SSH-2";
|
|
|
+ UnicodeString TypeName = ((Type == ktOpenSSHPEM) || (Type == ktOpenSSHNew)) ? L"OpenSSH" : L"ssh.com";
|
|
|
Message = FMTLOAD(KEY_TYPE_UNSUPPORTED2, (FileName, TypeName));
|
|
|
|
|
|
if (Convert)
|