artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3660248
)
bring proto into scope
author
deraadt
<deraadt@openbsd.org>
Mon, 20 Mar 2000 15:29:53 +0000
(15:29 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 20 Mar 2000 15:29:53 +0000
(15:29 +0000)
sys/kern/init_main.c
patch
|
blob
|
history
diff --git
a/sys/kern/init_main.c
b/sys/kern/init_main.c
index
81d2e8d
..
b6827c1
100644
(file)
--- a/
sys/kern/init_main.c
+++ b/
sys/kern/init_main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: init_main.c,v 1.4
8 2000/03/17 10:25:21 angelos
Exp $ */
+/* $OpenBSD: init_main.c,v 1.4
9 2000/03/20 15:29:53 deraadt
Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@
-98,6
+98,7
@@
#if defined(CRYPTO)
#include <crypto/crypto.h>
+#include <crypto/cryptosoft.h>
#endif
#if defined(NFSSERVER) || defined(NFSCLIENT)