make clib more yap friendly.

This commit is contained in:
Vítor Santos Costa
2010-06-18 00:31:16 +01:00
parent e5c21bda92
commit f4b86022d6
4 changed files with 9 additions and 1 deletions

View File

@@ -122,6 +122,8 @@ test(sha512, [true(Atom='cf83e135 7eefb8bd f1542850 d66d8007 d620e405 0b5715dc 8
:- begin_tests(rfc2202, [condition(current_prolog_flag(bounded, false))]).
:- use_module(library(sha)).
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HMAC SHA-1 from http://www.ipa.go.jp/security/rfc/RFC2202EN.html
HMAC SHA-2 from http://www.faqs.org/rfcs/rfc4231.html