From fd556cbfb6f2c919c0bf515f0841e7231270af20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Thu, 29 Jul 1999 16:15:48 +0000 Subject: [PATCH] No use in naming the cblock _; the structure still is incompatible to Kerberos. --- crypto/des/des.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/des/des.h b/crypto/des/des.h index 08cd626c1..67f90aaf1 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];