summaryrefslogtreecommitdiffstats
path: root/crypto/libdes
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-04 11:03:01 +0000
committermarkm <markm@FreeBSD.org>1999-09-04 11:03:01 +0000
commita00f78e6610c0ff0c2bc8a2247bb3dfb8e34bc6b (patch)
treea76110054e0d4f4fd7ffcb759e7dde36617b18e3 /crypto/libdes
parentd7d8526858a62a78e0a5e4c994a48b72573dc6e9 (diff)
downloadFreeBSD-src-a00f78e6610c0ff0c2bc8a2247bb3dfb8e34bc6b.zip
FreeBSD-src-a00f78e6610c0ff0c2bc8a2247bb3dfb8e34bc6b.tar.gz
Add includes to to silence warnings. Bit hackish.
Diffstat (limited to 'crypto/libdes')
-rw-r--r--crypto/libdes/rnd_keys.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/crypto/libdes/rnd_keys.c b/crypto/libdes/rnd_keys.c
index 8800060..2089863 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 <sys/types.h>
+#include <sys/time.h>
#include <des.h>
#include <des_locl.h>
-#ifdef KRB5
-#include <krb5-types.h>
-#elif defined(KRB4)
-#include <ktypes.h>
-#endif
-
+#include <fcntl.h>
+#include <signal.h>
#include <string.h>
+#include <time.h>
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
OpenPOWER on IntegriCloud