diff --git a/crypto/libdes/rnd_keys.c b/crypto/libdes/rnd_keys.c index 880006020e31..2089863426b6 100644 --- a/crypto/libdes/rnd_keys.c +++ b/crypto/libdes/rnd_keys.c @@ -39,18 +39,17 @@ #ifdef HAVE_CONFIG_H #include "config.h" -RCSID("$Id: rnd_keys.c,v 1.55 1999/03/19 23:17:13 assar Exp $"); +RCSID("$Id$"); #endif +#include +#include #include #include -#ifdef KRB5 -#include -#elif defined(KRB4) -#include -#endif - +#include +#include #include +#include #ifdef TIME_WITH_SYS_TIME #include