diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-18 03:10:51 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-18 03:10:51 +0000 |
commit | 03deada219f609b3937a7aac6d8e36aa21734812 (patch) | |
tree | 559bd64f8959b61e3013b10978ba29cb8046c7ad /share | |
parent | cffdbc26f32e527d56a60a5123c036d234536281 (diff) |
Point out that the callbacks are responsible for setting the appropriate
spl level.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/crypto.9 | 5 |
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. |