forked from wolfSSL/wolfssl
Deleted stray semicolon from struct Des definition
This commit is contained in:
@@ -60,7 +60,7 @@ enum {
|
|||||||
|
|
||||||
|
|
||||||
/* DES encryption and decryption */
|
/* DES encryption and decryption */
|
||||||
typedef struct Des {;
|
typedef struct Des {
|
||||||
word32 reg[DES_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
|
word32 reg[DES_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
|
||||||
word32 tmp[DES_BLOCK_SIZE / sizeof(word32)]; /* same */
|
word32 tmp[DES_BLOCK_SIZE / sizeof(word32)]; /* same */
|
||||||
byte keylen ; /* for Coldfire SEC */
|
byte keylen ; /* for Coldfire SEC */
|
||||||
|
Reference in New Issue
Block a user