From: Ulf Möller Date: Thu, 29 Jul 1999 16:15:48 +0000 (+0000) Subject: No use in naming the cblock _; the structure still is incompatible X-Git-Tag: OpenSSL_0_9_4~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd556cbfb6f2c919c0bf515f0841e7231270af20;p=openssl No use in naming the cblock _; the structure still is incompatible to Kerberos. --- 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];