fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -87,3 +87,4 @@ char *CryptDatablock(byte *CryptKey, int keylen, char *KeyDataString);
|
||||
char *RSACryptKey(RSA *rsa, byte *CryptKey, int KeyLen);
|
||||
void add_to_datablock(char **DataString, char *HexString, char *TypeString);
|
||||
void LoadRSAprivKey(RSA *Priv);
|
||||
|
||||
|
@@ -43,3 +43,4 @@ unsigned long genrand(void);
|
||||
|
||||
/* internal: */
|
||||
void lsgenrand(unsigned long *seed_array);
|
||||
|
||||
|
@@ -150,4 +150,5 @@ static unsigned char g_keycode[] = {
|
||||
0x73,0x16,0x00,0x00,0x00,0x0f,0x04,0x0c,0x03,0x0c,
|
||||
0x08,0x0c,0x0b,0x0f,0x01,0x03,0x04,0x0f,0x01,0x0f,
|
||||
0x01,0x0d,0x01,0x12,0x00,0x09,0x01
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user