diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-14 05:07:54 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-14 05:07:54 +0000 |
commit | b7a31ab6966630bef85430dd613960c929b7ad2d (patch) | |
tree | c18264a7ece53aee10f65a1e6e00d84b9f9ff216 /share/man | |
parent | dcfc82dc5cabcb1625e37618361ea838156f9848 (diff) |
Add option CRYPTO.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index fbf1be7c2da..22c706f4eda 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.57 2000/12/05 10:19:38 angelos Exp $ +.\" $OpenBSD: options.4,v 1.58 2000/12/14 05:07:53 angelos Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -506,6 +506,13 @@ See for details. .Em Note: This option is not yet available on all architectures. +.It Cd option CRYPTO +Enables support for the kernel cryptographic framework. +See +.Xr crypto 9 +for details. +While not IP specific, this option is usually used in conjunction with option +.Em IPSEC . .It Cd option INSECURE Hardwires the kernel security level at \-1. This means that the system always runs in securelevel 0 mode, even when |