diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 29e46f2aa8..1aac6a7ee3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-12 23:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbssl/tests/encode.prg + ! Fixed warning. + 2010-12-12 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbexpat/hbexpat.hbc ! Minor correction for dynamic build. diff --git a/harbour/contrib/hbssl/tests/encode.prg b/harbour/contrib/hbssl/tests/encode.prg index acda49639c..4296316877 100644 --- a/harbour/contrib/hbssl/tests/encode.prg +++ b/harbour/contrib/hbssl/tests/encode.prg @@ -18,8 +18,6 @@ PROCEDURE Main() LOCAL encrypted LOCAL decrypted - LOCAL cKey := "key" - OpenSSL_add_all_ciphers() ctx := hb_EVP_ENCODE_CTX_create()