Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf comment out CRYPTO_MD_DES_ENC & CRYPTO_MD...
details: https://anonhg.NetBSD.org/src/rev/a6371e7cdaf6
branches: trunk
changeset: 518118:a6371e7cdaf6
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Nov 25 00:02:12 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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 9a3429f8b876 -r a6371e7cdaf6 sys/arch/i386/conf/std.i386
--- a/sys/arch/i386/conf/std.i386 Sat Nov 24 23:53:18 2001 +0000
+++ b/sys/arch/i386/conf/std.i386 Sun Nov 25 00:02:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.i386,v 1.22 2001/11/20 12:56:31 lukem Exp $
+# $NetBSD: std.i386,v 1.23 2001/11/25 00:02:12 lukem Exp $
#
# standard, required NetBSD/i386 'options'
@@ -9,7 +9,7 @@
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_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_ENC # machine-dependant code for BF_encrypt
#options CRYPTO_MD_BF_CBC # careful: uses bswapl, requires 486
Home |
Main Index |
Thread Index |
Old Index