mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Allow rsakey_pubblob() to return the key comment.
(like r6433 but for SSH-1)
[originally from svn r6434]
[r6433 == 49d2cf19ac
]
This commit is contained in:
@ -415,7 +415,7 @@ static void add_keyfile(Filename filename)
|
||||
int i, nkeys, bloblen, keylistlen;
|
||||
|
||||
if (type == SSH_KEYTYPE_SSH1) {
|
||||
if (!rsakey_pubblob(&filename, &blob, &bloblen, &error)) {
|
||||
if (!rsakey_pubblob(&filename, &blob, &bloblen, NULL, &error)) {
|
||||
char *msg = dupprintf("Couldn't load private key (%s)", error);
|
||||
message_box(msg, APPNAME, MB_OK | MB_ICONERROR,
|
||||
HELPCTXID(errors_cantloadkey));
|
||||
|
Reference in New Issue
Block a user