diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-28 05:51:41 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-28 05:51:41 +0000 |
commit | 25759ff5d3415a82f078b5914c33d0c11f0d921e (patch) | |
tree | dbd06ea25610c3b631ddfa33b5c1bb669a4a0f85 /share/man | |
parent | 0f8100080a3059716770f95814c6e125f8db107c (diff) |
Fix the types of functions passed to crypto_register(), as per Theo's
change in the include file.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/crypto.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index a19626f7f04..20c4cd18ef5 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.1 2000/04/28 05:42:50 angelos Exp $ +.\" $OpenBSD: crypto.9,v 1.2 2000/04/28 05:51:40 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -26,7 +26,7 @@ .Ft int32_t .Fn crypto_get_driverid "void" .Ft int -.Fn crypto_register "u_int32_t" "int" "void *" "void *" "void *" +.Fn crypto_register "u_int32_t" "int" "int (*)(u_int32_t *, struct cryptoini *)" "int (*)(u_int64_t)" "int (*)(struct cryptop *)" .Ft int .Fn crypto_unregister "u_int32_t" "int" .Ft int |