From cfcb5dc7cd935e93f958a77538943d4800f7d060 Mon Sep 17 00:00:00 2001 From: olegkap_cp Date: Fri, 17 Dec 2010 00:27:44 +0000 Subject: [PATCH] Fix compile error --- Renci.SshClient/Renci.SshClient/PrivateKeyFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Renci.SshClient/Renci.SshClient/PrivateKeyFile.cs b/Renci.SshClient/Renci.SshClient/PrivateKeyFile.cs index 025161c2..4ed663b4 100644 --- a/Renci.SshClient/Renci.SshClient/PrivateKeyFile.cs +++ b/Renci.SshClient/Renci.SshClient/PrivateKeyFile.cs @@ -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