2010-12-12 23:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbssl/tests/encode.prg
    ! Fixed warning.
This commit is contained in:
Viktor Szakats
2010-12-12 22:13:15 +00:00
parent 161c0bea69
commit 36fbb5355d
2 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -18,8 +18,6 @@ PROCEDURE Main()
LOCAL encrypted
LOCAL decrypted
LOCAL cKey := "key"
OpenSSL_add_all_ciphers()
ctx := hb_EVP_ENCODE_CTX_create()