From 3796897d7caf592428d83bf619cdbda20d4e540b Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 2 Sep 2003 19:02:06 +0000 Subject: [PATCH] Change an incorrect comment about "PuTTY-User-Key-File-2" private key format after discussion with Simon. [originally from svn r3440] --- sshpubk.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sshpubk.c b/sshpubk.c index 3975e0fe..78a35ee7 100644 --- a/sshpubk.c +++ b/sshpubk.c @@ -433,8 +433,7 @@ int saversakey(const Filename *filename, struct RSAKey *key, char *passphrase) * data "putty-private-key-file-mac-key" * data passphrase * - * Encrypted keys should have a MAC, whereas unencrypted ones must - * have a hash. + * (An empty passphrase is used for unencrypted keys.) * * If the key is encrypted, the encryption key is derived from the * passphrase by means of a succession of SHA-1 hashes. Each hash -- 2.45.2