Module Name:    src
Committed By:   knakahara
Date:           Mon Apr 17 09:06:55 UTC 2017

Modified Files:
        src/distrib/sets/lists/debug: mi
        src/distrib/sets/lists/tests: mi

Log Message:
fix build failure


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.734 -r1.735 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.207 src/distrib/sets/lists/debug/mi:1.208
--- src/distrib/sets/lists/debug/mi:1.207	Mon Apr 17 08:59:37 2017
+++ src/distrib/sets/lists/debug/mi	Mon Apr 17 09:06:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.207 2017/04/17 08:59:37 riastradh Exp $
+# $NetBSD: mi,v 1.208 2017/04/17 09:06:55 knakahara Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib					comp-sys-usr		compatdir
 ./usr/lib/i18n/libBIG5_g.a			comp-c-debuglib		debuglib,compatfile
@@ -1585,10 +1585,12 @@
 ./usr/libdata/debug/usr/tests/crypto/libcrypto/h_srptest.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/libcrypto/h_threadstest.debug	tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/libcrypto/h_x509v3test.debug	tests-crypto-debug	debug,atf,crypto,compattestfile
+./usr/libdata/debug/usr/tests/crypto/opencrypto/h_aescbc.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_aesctr1.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_aesctr2.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_arc4.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_camellia.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
+./usr/libdata/debug/usr/tests/crypto/opencrypto/h_cbc3des.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_cbcdes.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_comp.debug		tests-crypto-debug	debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_comp_zlib.debug		tests-crypto-debug	debug,atf,crypto,compattestfile

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.734 src/distrib/sets/lists/tests/mi:1.735
--- src/distrib/sets/lists/tests/mi:1.734	Fri Apr 14 02:56:48 2017
+++ src/distrib/sets/lists/tests/mi	Mon Apr 17 09:06:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.734 2017/04/14 02:56:48 ozaki-r Exp $
+# $NetBSD: mi,v 1.735 2017/04/17 09:06:55 knakahara Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1341,11 +1341,13 @@
 ./usr/tests/crypto/opencrypto			tests-crypto-tests	compattestfile,atf
 ./usr/tests/crypto/opencrypto/Atffile		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/Kyuafile		tests-crypto-tests	compattestfile,atf,crypto,kyua
+./usr/tests/crypto/opencrypto/h_aescbc		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_aesctr1		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_aesctr2		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_arc4		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_camellia	tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_cbcdes		tests-crypto-tests	compattestfile,atf,crypto
+./usr/tests/crypto/opencrypto/h_cbc3des		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_comp		tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_comp_zlib	tests-crypto-tests	compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_comp_zlib_rnd	tests-crypto-tests	compattestfile,atf,crypto

Reply via email to