Hi Przemek,

   * eliminated non portable GCC only C syntax.
>    * updated to compile with other C compilers.


Thanks!


>   TOFIX: harbour/contrib/hbssl/ssl.c[631], sslctx.c[268], sslctx.c[281]
>          error: invalid conversion from 'void*' to 'const char*'
>          I do not know if SSL_get_ex_data()/SSL_CTX_get_app_data()
>          returns valid ASCIIZ string so I cannot decide if simple casting
>          is safe and to pacify above errors.
>          Viktor, can you look at it?


It can return just about anything user passes (including binary
data). [ docs wrongly show these as 'char *'. ] I'll remove these
functions for the time being, as this feature needs some extra
logic to be usable from the Harbour level.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to