summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-06-18 03:10:50 +0000
committerangelos <angelos@openbsd.org>2000-06-18 03:10:50 +0000
commitbba14cd0e50e4baa08d53517a828302e4e4daa64 (patch)
tree242e1b7e58b1a631abbe74a593fddd8733901b39
parentMove prototype to include file. (diff)
downloadwireguard-openbsd-bba14cd0e50e4baa08d53517a828302e4e4daa64.tar.xz
wireguard-openbsd-bba14cd0e50e4baa08d53517a828302e4e4daa64.zip
Point out that the callbacks are responsible for setting the appropriate
spl level.
-rw-r--r--share/man/man9/crypto.95
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index bd614a05a11..4c7f0490546 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.4 2000/06/06 04:32:23 angelos Exp $
+.\" $OpenBSD: crypto.9,v 1.5 2000/06/18 03:10:50 angelos Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -203,6 +203,9 @@ successful or not.
If the request was not successful, an error code is set in the
.Fa crp_etype
field.
+It is the responsibility of the callback routine to set the appropriate
+.Xr spl 9
+level.
.It Fa crp_etype
Contains the error type, if any errors were encountered, or zero if
the request was successfully processed.