From 837174dd63b4c7f1a3cc193a1e1a272935faa453 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Thu, 9 Mar 2000 17:07:19 +0000 Subject: [PATCH] bug fix. Submitted by: "Yoram Meroz" --- crypto/des/fcrypt_b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1