Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Oops. I missed this file in my previous commit. A...



details:   https://anonhg.NetBSD.org/src/rev/9a39cac2da44
branches:  trunk
changeset: 555397:9a39cac2da44
user:      tls <tls%NetBSD.org@localhost>
date:      Sun Nov 16 12:10:41 2003 +0000

description:
Oops.  I missed this file in my previous commit.  Add inclusion of
"files.skipjack" now that Skipjack has been moved from
sys/opencrypto to crypto/skipjack.

diffstat:

 sys/conf/files |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2c548a2e6cfb -r 9a39cac2da44 sys/conf/files
--- a/sys/conf/files    Sun Nov 16 12:07:50 2003 +0000
+++ b/sys/conf/files    Sun Nov 16 12:10:41 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.643 2003/10/29 17:00:40 tsutsui Exp $
+#      $NetBSD: files,v 1.644 2003/11/16 12:10:41 tls Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -99,6 +99,7 @@
 include "crypto/rijndael/files.rijndael"
 include "crypto/ripemd160/files.ripemd160"
 include "crypto/sha2/files.sha2"
+include "crypto/skipjack/files.skipjack"
 
 # General-purpose crypto processing framework.
 include "opencrypto/files.opencrypto"



Home | Main Index | Thread Index | Old Index