mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Rename rsa_public_blob_len to mention SSH-1.
It's yet another function with an outdatedly vague name.
This commit is contained in:
4
sshrsa.c
4
sshrsa.c
@ -441,8 +441,8 @@ void rsa_ssh1_public_blob(BinarySink *bs, struct RSAKey *key,
|
||||
}
|
||||
}
|
||||
|
||||
/* Given a public blob, determine its length. */
|
||||
int rsa_public_blob_len(void *data, int maxlen)
|
||||
/* Given an SSH-1 public key blob, determine its length. */
|
||||
int rsa_ssh1_public_blob_len(void *data, int maxlen)
|
||||
{
|
||||
BinarySource src[1];
|
||||
|
||||
|
Reference in New Issue
Block a user