1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32: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:
Jacob Nevins
2005-10-30 15:16:42 +00:00
parent 49d2cf19ac
commit c14f259ba2
5 changed files with 8 additions and 6 deletions

View File

@ -690,7 +690,8 @@ int main(int argc, char **argv)
char *blob;
int n, l, bloblen;
ret = rsakey_pubblob(&infilename, &vblob, &bloblen, &error);
ret = rsakey_pubblob(&infilename, &vblob, &bloblen, NULL,
&error);
blob = (char *)vblob;
n = 4; /* skip modulus bits */