aefb5dcecb47c07b16f5a09cd285876da7d085fc
* contrib/hbssl/sslsess.c
* contrib/hbssl/ssl.c
* contrib/hbssl/hbssl.h
* contrib/hbssl/sslctx.c
+ Added partial support for OpenSSL 1.0.0beta3.
Partial because I'm getting a few errors which I cannot resolve,
help/input is welcome from interested parties:
---
cl.exe -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -MT -IC:\devl\openssl-1.0.0-beta3\include -DOPENSSL_OPT_WINDLL -DUNICODE -Fossl.obj -c ../../../ssl.c
ssl.c
../../../ssl.c(1366) : error C2440: '<function-style-cast>' : cannot convert from 'LPCSTR' to 'HB_FUN_SSL_GET_CLIENT_CA_LIST::stack_st_'
Source or target has incomplete type
../../../ssl.c(1366) : error C2059: syntax error : ')'
../../../ssl.c(1374) : error C2059: syntax error : ')'
../../../ssl.c(1391) : error C2440: '<function-style-cast>' : cannot convert from 'LPCSTR' to 'HB_FUN_SSL_LOAD_CLIENT_CA_FILE::stack_st_'
Source or target has incomplete type
../../../ssl.c(1391) : error C2059: syntax error : ')'
../../../ssl.c(1399) : error C2059: syntax error : ')'
---
The same in sslctx, plus another weird one regarding X509_NAME.
* INSTALL
* Updated e-mail size limit on dev list.
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%