From 820b5e89f61424b3065f7d66e95ee3890502acb7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 20 Jan 2009 21:51:57 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbcrypt/tests/testsha2.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 761dd9fb77..a5d7a391ee 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbcrypt/tests/testsha2.prg b/harbour/contrib/hbcrypt/tests/testsha2.prg index b713489614..0f81912a6f 100644 --- a/harbour/contrib/hbcrypt/tests/testsha2.prg +++ b/harbour/contrib/hbcrypt/tests/testsha2.prg @@ -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 ) )