mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Fix compile error
This commit is contained in:
@@ -134,7 +134,7 @@ namespace Renci.SshClient
|
||||
}
|
||||
break;
|
||||
default:
|
||||
throw new SshException(string.Format("Unknown private key cipher \"{0}\".", cryptName));
|
||||
throw new SshException(string.Format("Unknown private key cipher \"{0}\".", cipherName));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user