]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Greater leniency when importing private key files: accept both CRLF
authorSimon Tatham <anakin@pobox.com>
Sun, 7 Jan 2007 14:20:28 +0000 (14:20 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 7 Jan 2007 14:20:28 +0000 (14:20 +0000)
commit720693cfab6df1613fe2806f1511746d0221d7df
tree27db8b3f6e069a9267c3913c19b676a9140d1385
parent57a763b0ec55b84d6a515e6d860759898d648869
Greater leniency when importing private key files: accept both CRLF
and LF, and don't object if the final line of the key lacks a
newline. Also, while I'm here, switch to using fgetline() throughout
so as not to have to do nasty buffer-size ad-hockery.

[originally from svn r7072]
import.c