lib/pubkey2fp.c: style tweak.
This commit is contained in:
parent
53ecaf9819
commit
efdb0eb5a4
@ -23,9 +23,8 @@ static unsigned char pSshHeader[11] = {
|
||||
0x00, 0x00, 0x00, 0x07, 0x73, 0x73, 0x68, 0x2D, 0x72, 0x73, 0x61
|
||||
};
|
||||
|
||||
static
|
||||
int SshEncodeBuffer(unsigned char *pEncoding, int bufferLen,
|
||||
unsigned char *pBuffer)
|
||||
static int
|
||||
SshEncodeBuffer(unsigned char *pEncoding, int bufferLen, unsigned char *pBuffer)
|
||||
{
|
||||
int adjustedLen = bufferLen, index;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user