mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
Change line ending wording in PPK format spec.
This doesn't affect what files are _legal_: the spec said we tolerated
three kinds of line ending, and it still says we tolerate the same
three. But I noticed that we're actually outputting \n by preference,
whereas the spec said we prefer \r\n. I'd rather change the docs than
the code.
(cherry picked from commit cbfd7dadac
)
This commit is contained in:
parent
6f1f04839b
commit
a56b79b598
@ -400,8 +400,8 @@ bool rsa_ssh1_savekey(const Filename *filename, RSAKey *key,
|
||||
/*
|
||||
* PuTTY's own format for SSH-2 keys is as follows:
|
||||
*
|
||||
* The file is text. Lines are terminated by CRLF, although CR-only
|
||||
* and LF-only are tolerated on input.
|
||||
* The file is text. Lines are terminated by LF by preference,
|
||||
* although CRLF and CR-only are tolerated on input.
|
||||
*
|
||||
* The first line says "PuTTY-User-Key-File-2: " plus the name of the
|
||||
* algorithm ("ssh-dss", "ssh-rsa" etc).
|
||||
|
Loading…
Reference in New Issue
Block a user