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
|
0x00, 0x00, 0x00, 0x07, 0x73, 0x73, 0x68, 0x2D, 0x72, 0x73, 0x61
|
||||||
};
|
};
|
||||||
|
|
||||||
static
|
static int
|
||||||
int SshEncodeBuffer(unsigned char *pEncoding, int bufferLen,
|
SshEncodeBuffer(unsigned char *pEncoding, int bufferLen, unsigned char *pBuffer)
|
||||||
unsigned char *pBuffer)
|
|
||||||
{
|
{
|
||||||
int adjustedLen = bufferLen, index;
|
int adjustedLen = bufferLen, index;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user