2010-08-27 14:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbssl/hbssl.h
    ! define OPENSSL_NO_SEED for OpenSSL 0.9.8e and earlier
      TODO: current HBSSL library cannot be compiled with some
            older versions of OpenSSL library (i.e. 0.9.6b).
            We should clearly define minimum OpenSSL version
            required by HBSSL.
This commit is contained in:
Przemyslaw Czerpak
2010-08-27 12:56:26 +00:00
parent 86339cc396
commit 0efcdd0e24
2 changed files with 14 additions and 0 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-27 14:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbssl/hbssl.h
! define OPENSSL_NO_SEED for OpenSSL 0.9.8e and earlier
TODO: current HBSSL library cannot be compiled with some
older versions of OpenSSL library (i.e. 0.9.6b).
We should clearly define minimum OpenSSL version
required by HBSSL.
2010-08-26 22:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/hbqreportsmanager.prg
* contrib/hbide/idedocwriter.prg

View File

@@ -65,6 +65,12 @@
#include "hbssl.ch"
#if OPENSSL_VERSION_NUMBER < 0x0090806fL
#ifndef OPENSSL_NO_SEED
#define OPENSSL_NO_SEED
#endif
#endif
HB_EXTERN_BEGIN
extern const SSL_METHOD * hb_ssl_method_id_to_ptr( int n );