diff options
author | 2000-12-14 05:07:53 +0000 | |
---|---|---|
committer | 2000-12-14 05:07:53 +0000 | |
commit | 439bbd3f3e8e31848db3a581b2bbb71269ec4959 (patch) | |
tree | 8eabecd629d16fde0ba44134b8193e2bb7a85af1 | |
parent | make patch -f and -b actually skip patches for which the file can't be (diff) | |
download | wireguard-openbsd-439bbd3f3e8e31848db3a581b2bbb71269ec4959.tar.xz wireguard-openbsd-439bbd3f3e8e31848db3a581b2bbb71269ec4959.zip |
Add option CRYPTO.
-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 |