From b0f94a34e625c1fc05e3c35640bd924d2aa9409c Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 17 Sep 2013 16:42:52 -0700 Subject: [PATCH] Deleted stray semicolon from struct Des definition --- cyassl/ctaocrypt/des3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyassl/ctaocrypt/des3.h b/cyassl/ctaocrypt/des3.h index 8c9d910cc..3d249c7ab 100644 --- a/cyassl/ctaocrypt/des3.h +++ b/cyassl/ctaocrypt/des3.h @@ -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 */