From: Derrick Brashear Date: Tue, 3 Jul 2007 05:21:55 +0000 (+0000) Subject: des-p-temp-volatile-20070703 X-Git-Tag: BP-openafs-windows-kdfs-ifs~622 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a5815643fcdbb96a01d73520fa22f5652f11413d;p=packages%2Fo%2Fopenafs.git des-p-temp-volatile-20070703 make des work again on powerpc darwin and possibly elsewhere --- diff --git a/src/des/des.c b/src/des/des.c index 138d48d7d..099021748 100644 --- a/src/des/des.c +++ b/src/des/des.c @@ -90,7 +90,7 @@ des_ecb_encrypt(void * clear, void * cipher, #error dunno how to do this machine type, you lose; #endif #endif - afs_uint32 P_temp; + volatile afs_uint32 P_temp; volatile unsigned char *P_temp_p = (unsigned char *)&P_temp; #ifdef BITS16 sbox_out S_out;