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/kern | |
parent | 58bd29662b4df448a790b396c5ab3447476bd6de (diff) |
merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/init_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 3635e8b94fb..a7f0229cbcd 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.67 2001/06/23 06:04:34 art Exp $ */ +/* $OpenBSD: init_main.c,v 1.68 2001/06/23 18:30:37 deraadt Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -98,7 +98,7 @@ #include <net/raw_cb.h> #if defined(CRYPTO) -#include <crypto/crypto.h> +#include <crypto/cryptodev.h> #include <crypto/cryptosoft.h> #endif |