No use in naming the cblock _; the structure still is incompatible

to Kerberos.
This commit is contained in:
Ulf Möller 1999-07-29 16:15:48 +00:00
parent 4f75a6e574
commit fd556cbfb6

View 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];