summaryrefslogtreecommitdiff
path: root/share/man/man9/crypto.9
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 /share/man/man9/crypto.9
parenta93f218212a7d5aa89a33054c11625de62f6a23f (diff)
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'share/man/man9/crypto.9')
-rw-r--r--share/man/man9/crypto.98
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 350746e48ac..a70995c6839 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.36 2013/07/17 20:21:52 schwarze Exp $
+.\" $OpenBSD: crypto.9,v 1.37 2014/08/20 11:23:42 mikeb Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -15,7 +15,7 @@
.\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: August 20 2014 $
.Dt CRYPTO 9
.Os
.Sh NAME
@@ -577,7 +577,3 @@ at some software
.Xr spl 9
level, to avoid overall system latency issues, and potential kernel
stack exhaustion while processing a callback.
-.Pp
-When SMP time comes, we will support use of a second processor (or
-more) as a crypto device (this is actually AMP, but we need the same
-basic support).