diff options
author | 2001-06-23 18:43:36 +0000 | |
---|---|---|
committer | 2001-06-23 18:43:36 +0000 | |
commit | 74cb86e12ae52e72a201f5e2eec665f937cb6cb9 (patch) | |
tree | da29f58a920dfdc619e076822e665dc2513304a9 | |
parent | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase (diff) | |
download | wireguard-openbsd-74cb86e12ae52e72a201f5e2eec665f937cb6cb9.tar.xz wireguard-openbsd-74cb86e12ae52e72a201f5e2eec665f937cb6cb9.zip |
duh
-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 0caeec9a204..f497188a64e 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.8 2000/11/17 04:07:18 angelos Exp $ +.\" $OpenBSD: crypto.9,v 1.9 2001/06/23 18:43:36 deraadt Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -22,7 +22,7 @@ .Nm crypto .Nd API for cryptographic services in the kernel .Sh SYNOPSIS -.Fd #include <crypto/crypto> +.Fd #include <crypto/crypto.h> .Ft int32_t .Fn crypto_get_driverid "void" .Ft int |