Add hmac(3)
This commit is contained in:
parent
d32f1d2f0f
commit
088e9570cb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue