summaryrefslogtreecommitdiff
path: root/etc/examples
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2014-08-20 11:23:43 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2014-08-20 11:23:43 +0000
commitc4bb450fafed6d3d9ce1618b34e35985c40a05ee (patch)
tree1280b305371307ef9e6f435f97058d258e9ebd9d /etc/examples
parenta93f218212a7d5aa89a33054c11625de62f6a23f (diff)
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'etc/examples')
-rw-r--r--etc/examples/sysctl.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/examples/sysctl.conf b/etc/examples/sysctl.conf
index ae9c83519b4..b01a20ce96a 100644
--- a/etc/examples/sysctl.conf
+++ b/etc/examples/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.1 2014/07/15 08:28:43 deraadt Exp $
+# $OpenBSD: sysctl.conf,v 1.2 2014/08/20 11:23:41 mikeb Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@@ -29,8 +29,6 @@
#vm.swapencrypt.enable=0 # 0=Do not encrypt pages that go to swap
#vfs.nfs.iothreads=4 # Number of nfsio kernel threads
#net.inet.ip.mtudisc=0 # 0=Disable tcp mtu discovery
-#kern.usercrypto=1 # 1=Enable userland use of /dev/crypto
-#kern.userasymcrypto=1 # 1=Permit userland to do asymmetric crypto
#kern.splassert=2 # 2=Enable with verbose error messages
#kern.nosuidcoredump=3 # 3=Put suid coredumps in /var/crash/progname
#kern.watchdog.period=32 # >0=Enable hardware watchdog(4) timer if available