fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

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

View File

@@ -43,3 +43,4 @@ unsigned long genrand(void);
/* internal: */
void lsgenrand(unsigned long *seed_array);

View File

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