Ugh....
Is that the only place? We have more functions that return function
pointers, so I'm a bit baffled this would be the only place your
(buggy) compiler chokes on...
[EMAIL PROTECTED] - Tue Jun 21 11:29:13 2005]:
> Diab Data DCC compiler chokes on ssl_lib.c. Here's a patch.
>
> diff -ur ssl\ssl_lib.c modssl\ssl_lib.c
> --- ssl\ssl_lib.c Fri Jun 10 23:05:38 2005
> +++ modssl\ssl_lib.c Mon Jun 20 09:34:20 2005
> @@ -2396,7 +2396,7 @@
> ssl->info_callback=cb;
> }
>
> -void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl,int
> type,int val)
> +void (*SSL_get_info_callback(const SSL *ssl))(const SSL *,int ,int )
> {
> return ssl->info_callback;
> }
>
--
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]