lib/pubkey2fp.c: style tweak.

This commit is contained in:
Juan RP 2013-11-08 12:28:01 +01:00
parent 53ecaf9819
commit efdb0eb5a4

View File

@ -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;