summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-03-28 13:16:10 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-03-28 13:16:10 +0000
commit2d451e8c7e11484051e40582d05c84c4d4700215 (patch)
tree0e41e4efe3d6332b4ce7022eda2eba2e507bc9b0
parent7bb7d2274b9e080c15d3c40b6f314d42d908efb5 (diff)
CRYPTO_ALGORITHM_ALL died in a 2010 viking raid. Use
CRYPTO_ALGORITHM_MAX + 1 instead.
-rw-r--r--share/man/man9/crypto.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 34bead05463..11f289c8834 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.42 2015/12/10 21:00:51 naddy Exp $
+.\" $OpenBSD: crypto.9,v 1.43 2020/03/28 13:16:09 krw 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: December 10 2015 $
+.Dd $Mdocdate: March 28 2020 $
.Dt CRYPTO_GET_DRIVERID 9
.Os
.Sh NAME
@@ -412,7 +412,7 @@ Typically, drivers for
crypto cards that are being ejected will invoke this routine for all
algorithms supported by the card.
If called with
-.Dv CRYPTO_ALGORITHM_ALL ,
+.Dv CRYPTO_ALGORITHM_MAX + 1 ,
all algorithms registered for a driver will be unregistered in one go
and the driver will be disabled (no new sessions will be allocated on
that driver, and any existing sessions will be migrated to other