diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 18:30:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 18:30:39 +0000 |
commit | dbb52cf34e788c4c537e7a9715c733a7346537af (patch) | |
tree | 8841fe3df94fdf2ec081476647a6c67cdaa918e2 /sys/dev/pci | |
parent | 58bd29662b4df448a790b396c5ab3447476bd6de (diff) |
merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/hifn7751.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/ises.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/ubsec.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c index e5d136892ab..c0e672f9be6 100644 --- a/sys/dev/pci/hifn7751.c +++ b/sys/dev/pci/hifn7751.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751.c,v 1.72 2001/06/23 00:25:37 jason Exp $ */ +/* $OpenBSD: hifn7751.c,v 1.73 2001/06/23 18:30:37 deraadt Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -52,7 +52,7 @@ #include <machine/pmap.h> #include <sys/device.h> -#include <crypto/crypto.h> +#include <crypto/cryptodev.h> #include <dev/rndvar.h> #include <dev/pci/pcireg.h> diff --git a/sys/dev/pci/ises.c b/sys/dev/pci/ises.c index 1d302121f8d..db141d384ae 100644 --- a/sys/dev/pci/ises.c +++ b/sys/dev/pci/ises.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ises.c,v 1.7 2001/06/12 15:40:32 niklas Exp $ */ +/* $OpenBSD: ises.c,v 1.8 2001/06/23 18:30:37 deraadt Exp $ */ /* * Copyright (c) 2000, 2001 Håkan Olsson (ho@crt.se) @@ -43,7 +43,7 @@ #include <sys/device.h> #include <sys/queue.h> -#include <crypto/crypto.h> +#include <crypto/cryptodev.h> #include <crypto/cryptosoft.h> #include <dev/rndvar.h> #include <sys/md5k.h> diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c index e82df674e27..0b477adde70 100644 --- a/sys/dev/pci/ubsec.c +++ b/sys/dev/pci/ubsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsec.c,v 1.59 2001/06/18 10:23:45 deraadt Exp $ */ +/* $OpenBSD: ubsec.c,v 1.60 2001/06/23 18:30:37 deraadt Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -53,7 +53,7 @@ #include <sys/device.h> #include <sys/queue.h> -#include <crypto/crypto.h> +#include <crypto/cryptodev.h> #include <crypto/cryptosoft.h> #include <dev/rndvar.h> #include <sys/md5k.h> |