From b9d5ad4ba55b10558607cb6a64ee54ac5ffacb46 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 30 May 1996 11:27:42 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@547 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rnd_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index d9ea14749..6b5872f7e 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -111,7 +111,7 @@ sigALRM(int sig) SIGRETURN(0); } -#if !definded(HAVE_SETITIMER) && defined(HAVE_RANDOM) +#if !defined(HAVE_SETITIMER) && defined(HAVE_RANDOM) /* XXX this is a quick hack, should be fixed */