2010-05-31 20:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

+ contrib/hbtip/hbtip.hbp
  + contrib/hbtip/hbtipssl.hbp
    + Added hbtip hbmk2 make files.

  * contrib/hbssl/hbssl.hbp
  * contrib/hbssl/hbssls.hbp
  * contrib/hbssl/hbssl.h
  * contrib/hbssl/rand.c
    ! Fixed to avoid -U trick in build files.
      (static/dll flag reversion logic moved to .c level)

  * contrib/hbtip/Makefile
    * Formatting.
This commit is contained in:
Viktor Szakats
2010-05-31 18:36:22 +00:00
parent 7e0ce822ed
commit 7947434d3a
8 changed files with 71 additions and 4 deletions

View File

@@ -17,6 +17,21 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-31 20:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/hbtip/hbtip.hbp
+ contrib/hbtip/hbtipssl.hbp
+ Added hbtip hbmk2 make files.
* contrib/hbssl/hbssl.hbp
* contrib/hbssl/hbssls.hbp
* contrib/hbssl/hbssl.h
* contrib/hbssl/rand.c
! Fixed to avoid -U trick in build files.
(static/dll flag reversion logic moved to .c level)
* contrib/hbtip/Makefile
* Formatting.
2010-05-31 19:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added experimental support for filters containing string

View File

@@ -55,6 +55,12 @@
#include "hbapi.h"
#if defined( HB_OS_WIN )
#if ! defined( HB_OPENSSL_STATIC )
#define OPENSSL_OPT_WINDLL
#endif
#endif
#include <openssl/ssl.h>
#include "hbssl.ch"

View File

@@ -28,8 +28,6 @@
{darwin}-cflag=-DOPENSSL_NO_DGRAM
{darwin}-cflag=-DHB_OPENSSL_OLD_OSX_
{win|wce}-cflag=-DOPENSSL_OPT_WINDLL
# Patent will expire in 2010/2011
-cflag=-DOPENSSL_NO_IDEA

View File

@@ -9,4 +9,4 @@ hbssl.hbp
-o${hb_name}
-workdir=${hb_work}/${hb_plat}/${hb_comp}/${hb_name}
{win|wce}-cflag=-UOPENSSL_OPT_WINDLL
{win|wce}-cflag=-DHB_OPENSSL_STATIC

View File

@@ -53,6 +53,8 @@
#include "hbapi.h"
#include "hbapierr.h"
#include "hbssl.h"
#include <openssl/rand.h>
HB_FUNC( RAND_SEED )

View File

@@ -28,7 +28,7 @@ PRG_SOURCES := \
popcli.prg \
sendmail.prg \
sessid.prg \
smtpcli.prg \
smtpcli.prg \
thtml.prg \
url.prg \

View File

@@ -0,0 +1,34 @@
#
# $Id$
#
-hblib
-inc
-nohbc
-o${hb_name}
-workdir=${hb_work}/${hb_plat}/${hb_comp}/${hb_name}
-w3 -es2
encb64c.c
encurlc.c
utils.c
cgi.prg
client.prg
credent.prg
encb64.prg
encoder.prg
encqp.prg
encurl.prg
ftpcli.prg
httpcli.prg
log.prg
mail.prg
popcli.prg
sendmail.prg
sessid.prg
smtpcli.prg
thtml.prg
url.prg

View File

@@ -0,0 +1,12 @@
#
# $Id$
#
hbtip.hbp
-o${hb_name}
-workdir=${hb_work}/${hb_plat}/${hb_comp}/${hb_name}
../../hbssl/hbssl.hbc
-DHB_HAS_OPENSSL