summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2008-07-02 22:14:08 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2008-07-02 22:14:08 +0000
commitc94829fed837da5e51ab0c5bdaae246eb8f3dec1 (patch)
tree38e2ff5d828d60506be28975ebece24541ad9b14 /sys/arch/amd64
parentbc72e1b3e2b46afcf0b7cd4a386bfce9437abd15 (diff)
add CRYPTO
ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index b4b6e830e31..a9baaf627e2 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.88 2008/07/02 21:56:28 todd Exp $
+# $OpenBSD: RAMDISK_CD,v 1.89 2008/07/02 22:14:07 todd Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -26,6 +26,7 @@ option INET # IP + ICMP + TCP + UDP
option INET6 # IPv6 (needs INET)
option BOOT_CONFIG # boot-time kernel config
+option CRYPTO # Cryptographic framework
option RAMDISK_HOOKS
option MINIROOTSIZE=4480