Commit fd556cbf authored by Ulf Möller's avatar Ulf Möller
Browse files

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

to Kerberos.
parent 4f75a6e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];