Add & Document MD5 option.

This commit is contained in:
Poul-Henning Kamp 1996-12-22 10:38:41 +00:00
parent fd82b92a62
commit 94801746f6
3 changed files with 21 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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