From 36fbb5355dbc42c843d64da2996eb8db3f8462b0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 12 Dec 2010 22:13:15 +0000 Subject: [PATCH] 2010-12-12 23:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbssl/tests/encode.prg ! Fixed warning. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbssl/tests/encode.prg | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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()