From da77ce2eaca106e2f9ace8ca4a0e6348476c6998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 19 May 1998 07:48:01 +0200 Subject: [PATCH] Fixed declaration. Rev: src/modules/_Crypto/lib/desQuick.c:1.4 --- src/modules/_Crypto/lib/desQuick.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/_Crypto/lib/desQuick.c b/src/modules/_Crypto/lib/desQuick.c index 521d28d37b..ba259022f6 100644 --- a/src/modules/_Crypto/lib/desQuick.c +++ b/src/modules/_Crypto/lib/desQuick.c @@ -9,14 +9,14 @@ #include "des.h" #include "RCSID.h" -RCSID2(desQuick_cRcs, "$Id: desQuick.c,v 1.3 1997/08/30 18:36:18 grubba Exp $"); +RCSID2(desQuick_cRcs, "$Id: desQuick.c,v 1.4 1998/05/19 05:48:01 nisse Exp $"); extern unsigned INT32 des_keymap[]; /* static information */ -static depth = 0; /* keep track of the request depth */ +static int depth = 0; /* keep track of the request depth */ unsigned INT32 des_bigmap[0x4000]; /* big lookup table */ /* fill in the 64k table used by the `quick' option */ -- GitLab