summaryrefslogtreecommitdiff
path: root/sys/crypto/cryptodev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/cryptodev.c')
-rw-r--r--sys/crypto/cryptodev.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c
index 6a5a72684cd..8db25708c39 100644
--- a/sys/crypto/cryptodev.c
+++ b/sys/crypto/cryptodev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptodev.c,v 1.14 2001/06/23 01:29:40 pvalchev Exp $ */
+/* $OpenBSD: cryptodev.c,v 1.15 2001/06/23 18:30:36 deraadt Exp $ */
/*
* Copyright (c) 2001 Theo de Raadt
@@ -44,9 +44,8 @@
#include <crypto/cast.h>
#include <crypto/skipjack.h>
#include <crypto/blf.h>
-#include <crypto/crypto.h>
-#include <crypto/xform.h>
#include <crypto/cryptodev.h>
+#include <crypto/xform.h>
struct csession {
TAILQ_ENTRY(csession) next;