]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - cmdgen.c
Separate key-type enum values for old and new OpenSSH keys.
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Apr 2015 18:46:58 +0000 (19:46 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Apr 2015 18:48:43 +0000 (19:48 +0100)
commit79bbf37c9eaa8b33ddfbce1fa93580b62ba412cf
tree9c026265e1cc545d8d210e2f02f25a60a0cc739d
parent78b8bde7aff42a958f48d541ffcecf06bbde3eb1
Separate key-type enum values for old and new OpenSSH keys.

It's all very well for these two different formats to share a type
code as long as we're only loading them and not saving, but as soon as
we need to save one or the other, we'll need different type codes
after all.

This commit introduces the openssh_new_write() function, but for the
moment, it always returns failure.
cmdgen.c
import.c
ssh.h
sshpubk.c
windows/winpgen.c