From: jacob Date: Tue, 2 Sep 2003 19:02:06 +0000 (+0000) Subject: Change an incorrect comment about "PuTTY-User-Key-File-2" private key format X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/28ad39e0d044535e6acd7e61c73723f5ab165b07?ds=sidebyside 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 --- 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