mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Deleted stray semicolon from struct Des definition
This commit is contained in:
@ -60,7 +60,7 @@ enum {
|
||||
|
||||
|
||||
/* DES encryption and decryption */
|
||||
typedef struct Des {;
|
||||
typedef struct Des {
|
||||
word32 reg[DES_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
|
||||
word32 tmp[DES_BLOCK_SIZE / sizeof(word32)]; /* same */
|
||||
byte keylen ; /* for Coldfire SEC */
|
||||
|
Reference in New Issue
Block a user