summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2020-03-28 13:16:09 +0000
committerkrw <krw@openbsd.org>2020-03-28 13:16:09 +0000
commit9d8a60ff1dae84d5c890bdc5040be018a3bdd3dc (patch)
tree67548a6686307e903dac8afdc81b464758cb684c
parentAdd a few more Allwinner A80 clocks and resets. (diff)
downloadwireguard-openbsd-9d8a60ff1dae84d5c890bdc5040be018a3bdd3dc.tar.xz
wireguard-openbsd-9d8a60ff1dae84d5c890bdc5040be018a3bdd3dc.zip
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