summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options1
-rw-r--r--sys/i386/conf/LINT6
2 files changed, 0 insertions, 7 deletions
diff --git a/sys/conf/options b/sys/conf/options
index cddc448b3c46..7fcc984eeda0 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -55,7 +55,6 @@ DEVFS
FAILSAFE
HW_WDOG
KTRACE
-MD5
MFS_ROOT opt_mfs.h
MFS_ROOT_SIZE opt_mfs.h
NTIMECOUNTER opt_ntp.h
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 09df85dab84f..7edd234a914c 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -261,12 +261,6 @@ options SYSVSEM
options SYSVMSG
#
-# This option includes a MD5 routine in the kernel, this is used for
-# various authentication and privacy uses.
-#
-options "MD5"
-
-#
# Allow processes to switch to vm86 mode, as well as enabling direct
# user-mode access to the I/O port space. This option is necessary for
# the doscmd emulator to run and the VESA modes in syscons to be available.