From: Ulf Möller Date: Thu, 9 Mar 2000 17:07:19 +0000 (+0000) Subject: bug fix. X-Git-Tag: OpenSSL_0_9_5a-beta1~78 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=837174dd63b4c7f1a3cc193a1e1a272935faa453;hp=97025c5fc03976c3d1b7e40551fdf1f7ca87edca bug fix. Submitted by: "Yoram Meroz" --- diff --git a/crypto/des/fcrypt_b.c b/crypto/des/fcrypt_b.c index 83c94054e3..22c87f5983 100644 --- a/crypto/des/fcrypt_b.c +++ b/crypto/des/fcrypt_b.c @@ -97,7 +97,7 @@ void fcrypt_body(DES_LONG *out, des_key_schedule ks, DES_LONG Eswap0, for (j=0; j<25; j++) { -#ifdef DES_UNROLL +#ifndef DES_UNROLL register int i; for (i=0; i<32; i+=8)