2009-01-20 22:51 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbcrypt/tests/testsha2.prg
    ! Fixed typo in some last minute (and untested) modifications.
This commit is contained in:
Viktor Szakats
2009-01-20 21:51:57 +00:00
parent bc34aa71bb
commit 820b5e89f6
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-01-20 22:51 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbcrypt/tests/testsha2.prg
! Fixed typo in some last minute (and untested) modifications.
2009-01-20 20:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh

View File

@@ -134,5 +134,5 @@ STATIC PROCEDURE Test_SHA2_HMAC()
RETURN
STATIC FUNCTION StrToHex( cMem )
RETURN Lower( hb_HexToStr( cHex ) )
STATIC FUNCTION StrToHex( cString )
RETURN Lower( hb_StrToHex( cString ) )