No use in naming the cblock _; the structure still is incompatible
authorUlf Möller <ulf@openssl.org>
Thu, 29 Jul 1999 16:15:48 +0000 (16:15 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 29 Jul 1999 16:15:48 +0000 (16:15 +0000)
to Kerberos.

crypto/des/des.h

index 08cd626c1223b8d8062891b20691bdcfdb7bf97c..67f90aaf172feb90ea0af01dc74073ee828070fb 100644 (file)
@@ -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];