forked from wolfSSL/wolfssl
fix -Wmissing-variable-declarations
This commit is contained in:
@@ -633,7 +633,7 @@ static const int bytebit[] = {
|
||||
0200,0100,040,020,010,04,02,01
|
||||
};
|
||||
|
||||
const word32 Spbox[8][64] = {
|
||||
static const word32 Spbox[8][64] = {
|
||||
{
|
||||
0x01010400,0x00000000,0x00010000,0x01010404,
|
||||
0x01010004,0x00010404,0x00000004,0x00010000,
|
||||
|
||||
Reference in New Issue
Block a user