summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-12-22 10:38:41 +0000
committerphk <phk@FreeBSD.org>1996-12-22 10:38:41 +0000
commit80de59122c94fb8eb20c58aa7daa7f94d1cdf6b1 (patch)
tree94b6482be16738b171ef335fb7b8fed1de031299 /sys/i386
parent424236699964ddfc357af8ccf38993a4eb931358 (diff)
downloadFreeBSD-src-80de59122c94fb8eb20c58aa7daa7f94d1cdf6b1.zip
FreeBSD-src-80de59122c94fb8eb20c58aa7daa7f94d1cdf6b1.tar.gz
Add & Document MD5 option.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b7594b0..c6bcf6c 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.297 1996/11/29 07:08:48 dyson Exp $
+# $Id: LINT,v 1.298 1996/12/18 11:43:33 se Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -108,6 +108,12 @@ options SYSVSHM
options SYSVSEM
options SYSVMSG
+#
+# This option includes a MD5 routine in the kernel, this is used for
+# various authentication and privacy uses.
+#
+options "MD5"
+
#####################################################################
# DEBUGGING OPTIONS
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b7594b0..c6bcf6c 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.297 1996/11/29 07:08:48 dyson Exp $
+# $Id: LINT,v 1.298 1996/12/18 11:43:33 se Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -108,6 +108,12 @@ options SYSVSHM
options SYSVSEM
options SYSVMSG
+#
+# This option includes a MD5 routine in the kernel, this is used for
+# various authentication and privacy uses.
+#
+options "MD5"
+
#####################################################################
# DEBUGGING OPTIONS
OpenPOWER on IntegriCloud