Fix compile error

This commit is contained in:
olegkap_cp
2010-12-17 00:27:44 +00:00
parent facb6db1f9
commit cfcb5dc7cd
@@ -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