Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf comment out CRYPTO_MD_DES_E...
details: https://anonhg.NetBSD.org/src/rev/21683bb07fe4
branches: sommerfeld_i386mp_1
changeset: 482449:21683bb07fe4
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Nov 25 00:02:13 2001 +0000
description:
comment out CRYPTO_MD_DES_ENC & CRYPTO_MD_BF_ENC; they're not used
anywhere in the kernel, they're not defopt-ed, and config(8) -v
complains about them
diffstat:
sys/arch/i386/conf/std.i386 | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 32f1afcee9f5 -r 21683bb07fe4 sys/arch/i386/conf/std.i386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/std.i386 Sun Nov 25 00:02:13 2001 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: std.i386,v 1.23.2.2 2001/11/25 00:02:13 lukem Exp $
+#
+# standard, required NetBSD/i386 'options'
+
+machine i386
+
+options EXEC_AOUT # exec a.out binaries
+options EXEC_ELF32 # exec ELF binaries
+options EXEC_SCRIPT # exec #! scripts
+
+options INET6_MD_CKSUM # machine-dependant code for in6_cksum
+#options CRYPTO_MD_DES_ENC # machine-dependant code for DES
+#options CRYPTO_MD_DES_CBC # machine-dependant DES CBC code
+#options CRYPTO_MD_BF_ENC # machine-dependant code for BF_encrypt
+#options CRYPTO_MD_BF_CBC # careful: uses bswapl, requires 486
Home |
Main Index |
Thread Index |
Old Index