aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/des.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-07-29 16:15:48 +0000
committerUlf Möller <ulf@openssl.org>1999-07-29 16:15:48 +0000
commitfd556cbfb6f2c919c0bf515f0841e7231270af20 (patch)
tree5b5c541f37261fdb1acbc640eea70a2ca07252bf /crypto/des/des.h
parent4f75a6e57472b2243b3905f593219f3a8c9d998a (diff)
downloadopenssl-fd556cbfb6f2c919c0bf515f0841e7231270af20.tar.gz
No use in naming the cblock _; the structure still is incompatible
to Kerberos.
Diffstat (limited to 'crypto/des/des.h')
-rw-r--r--crypto/des/des.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des.h b/crypto/des/des.h
index 08cd626c12..67f90aaf17 100644
--- a/crypto/des/des.h
+++ b/crypto/des/des.h
@@ -86,7 +86,7 @@ typedef /* const */ unsigned char const_des_cblock[8];
typedef struct des_ks_struct
{
union {
- des_cblock _;
+ des_cblock cblock;
/* make sure things are correct size on machines with
* 8 byte longs */
DES_LONG deslong[2];