mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +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.
This commit is contained in:
parent
af72a11d54
commit
cbfd7dadac
@ -398,8 +398,8 @@ bool rsa_ssh1_savekey(const Filename *filename, RSAKey *key,
|
|||||||
/*
|
/*
|
||||||
* PuTTY's own format for SSH-2 keys is as follows:
|
* PuTTY's own format for SSH-2 keys is as follows:
|
||||||
*
|
*
|
||||||
* The file is text. Lines are terminated by CRLF, although CR-only
|
* The file is text. Lines are terminated by LF by preference,
|
||||||
* and LF-only are tolerated on input.
|
* although CRLF and CR-only are tolerated on input.
|
||||||
*
|
*
|
||||||
* The first line says "PuTTY-User-Key-File-2: " plus the name of the
|
* The first line says "PuTTY-User-Key-File-2: " plus the name of the
|
||||||
* algorithm ("ssh-dss", "ssh-rsa" etc).
|
* algorithm ("ssh-dss", "ssh-rsa" etc).
|
||||||
|
Loading…
Reference in New Issue
Block a user