]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - cmdgen.c
Centralise public-key output code into sshpubk.c.
authorSimon Tatham <anakin@pobox.com>
Tue, 12 May 2015 12:42:26 +0000 (13:42 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 12 May 2015 13:56:38 +0000 (14:56 +0100)
commiteef0235a0f79e92f25f34782fc486c101fa703ee
tree72c00b5947cbd2370f30837a494193f6e4c400d3
parentf274b56a5751437e8de13c33f73c33bdd33dbc31
Centralise public-key output code into sshpubk.c.

There was a fair amount of duplication between Windows and Unix
PuTTYgen, and some confusion over writing things to FILE * and
formatting them internally into strings. I think all the public-key
output code now lives in sshpubk.c, and there's only one copy of the
code to generate each format.
cmdgen.c
ssh.h
sshpubk.c
windows/winpgen.c