Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists Add hmac(3)



details:   https://anonhg.NetBSD.org/src/rev/70709da0796b
branches:  trunk
changeset: 346221:70709da0796b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jul 01 22:46:20 2016 +0000

description:
Add hmac(3)

diffstat:

 distrib/sets/lists/comp/mi  |  7 ++++---
 distrib/sets/lists/debug/mi |  3 ++-
 distrib/sets/lists/tests/mi |  3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (69 lines):

diff -r b9e9f51d70de -r 70709da0796b distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Fri Jul 01 22:42:01 2016 +0000
+++ b/distrib/sets/lists/comp/mi        Fri Jul 01 22:46:20 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2046 2016/06/30 04:12:36 pgoyette Exp $
+#      $NetBSD: mi,v 1.2047 2016/07/01 22:46:20 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -6706,7 +6706,7 @@
 ./usr/share/man/cat3/history_wend.0            comp-c-catman           .cat
 ./usr/share/man/cat3/history_winit.0           comp-c-catman           .cat
 ./usr/share/man/cat3/hline.0                   comp-c-catman           .cat
-./usr/share/man/cat3/hmac.0                    comp-obsolete           obsolete
+./usr/share/man/cat3/hmac.0                    comp-c-catman           .cat
 ./usr/share/man/cat3/hostalias.0               comp-c-catman           .cat
 ./usr/share/man/cat3/hosts_access.0            comp-c-catman           .cat
 ./usr/share/man/cat3/hosts_ctl.0               comp-c-catman           .cat
@@ -13933,6 +13933,7 @@
 ./usr/share/man/html3/history_wend.html                comp-c-htmlman          html
 ./usr/share/man/html3/history_winit.html       comp-c-htmlman          html
 ./usr/share/man/html3/hline.html               comp-c-htmlman          html
+./usr/share/man/html3/hmac.html                        comp-c-htmlman          html
 ./usr/share/man/html3/hostalias.html           comp-c-htmlman          html
 ./usr/share/man/html3/hosts_access.html                comp-c-htmlman          html
 ./usr/share/man/html3/hosts_ctl.html           comp-c-htmlman          html
@@ -21075,7 +21076,7 @@
 ./usr/share/man/man3/history_wend.3            comp-c-man              .man
 ./usr/share/man/man3/history_winit.3           comp-c-man              .man
 ./usr/share/man/man3/hline.3                   comp-c-man              .man
-./usr/share/man/man3/hmac.3                    comp-obsolete           obsolete
+./usr/share/man/man3/hmac.3                    comp-c-man              .man
 ./usr/share/man/man3/hostalias.3               comp-c-man              .man
 ./usr/share/man/man3/hosts_access.3            comp-c-man              .man
 ./usr/share/man/man3/hosts_ctl.3               comp-c-man              .man
diff -r b9e9f51d70de -r 70709da0796b distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Fri Jul 01 22:42:01 2016 +0000
+++ b/distrib/sets/lists/debug/mi       Fri Jul 01 22:46:20 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.157 2016/06/29 23:23:05 christos Exp $
+# $NetBSD: mi,v 1.158 2016/07/01 22:46:20 christos 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
@@ -1884,6 +1884,7 @@
 ./usr/libdata/debug/usr/tests/lib/libc/h_protoent.debug                        tests-obsolete          obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/h_servent.debug                 tests-obsolete          obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/hash/h_hash.debug               tests-lib-debug         debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libc/hash/t_hmac.debug               tests-lib-debug         debug,atf,compattestfile,crypto
 ./usr/libdata/debug/usr/tests/lib/libc/hash/t_sha2.debug               tests-lib-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/ieeefp/t_except.debug           tests-obsolete          obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/ieeefp/t_nan_inf.debug          tests-obsolete          obsolete,compattestfile
diff -r b9e9f51d70de -r 70709da0796b distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Fri Jul 01 22:42:01 2016 +0000
+++ b/distrib/sets/lists/tests/mi       Fri Jul 01 22:46:20 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.676 2016/06/29 23:23:05 christos Exp $
+# $NetBSD: mi,v 1.677 2016/07/01 22:46:20 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2463,6 +2463,7 @@
 ./usr/tests/lib/libc/hash/data/sha1test2-out   tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/hash/h_hash               tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/hash/t_hash               tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libc/hash/t_hmac               tests-lib-tests         compattestfile,atf,crypto
 ./usr/tests/lib/libc/hash/t_sha2               tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/ieeefp                    tests-obsolete          obsolete
 ./usr/tests/lib/libc/ieeefp/Atffile            tests-obsolete          obsolete



Home | Main Index | Thread Index | Old Index