aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/des/des_old.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h
index 1af7189211..1eb25bd3e6 100644
--- a/crypto/des/des_old.h
+++ b/crypto/des/des_old.h
@@ -100,7 +100,7 @@ typedef unsigned char _ossl_old_des_cblock[8];
typedef struct _ossl_old_des_ks_struct
{
union {
- _ossl_old_des_des_cblock _;
+ _ossl_old_des_cblock _;
/* make sure things are correct size on machines with
* 8 byte longs */
DES_LONG pad[2];