From 28ad39e0d044535e6acd7e61c73723f5ab165b07 Mon Sep 17 00:00:00 2001 From: jacob 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. git-svn-id: svn://svn.tartarus.org/sgt/putty@3440 cda61777-01e9-0310-a592-d414129be87e --- 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.11.0