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:
2
ssh.h
2
ssh.h
@ -196,7 +196,7 @@ char *rsa_ssh1_fingerprint(struct RSAKey *key);
|
||||
int rsa_verify(struct RSAKey *key);
|
||||
void rsa_ssh1_public_blob(BinarySink *bs, struct RSAKey *key,
|
||||
RsaSsh1Order order);
|
||||
int rsa_public_blob_len(void *data, int maxlen);
|
||||
int rsa_ssh1_public_blob_len(void *data, int maxlen);
|
||||
void freersakey(struct RSAKey *key);
|
||||
|
||||
typedef uint32 word32;
|
||||
|
Reference in New Issue
Block a user