* Greg Stein ([EMAIL PROTECTED]) wrote :
> On Fri, Jan 03, 2003 at 11:52:52PM +0000, Thom May wrote:
> > on the 2_0_BRANCH;
> >
>/home/thom/apache2-2.0.43+cvs.1041634517/build-tree/apache2/modules/ssl/ssl_engine_log.c:
> In function `ssl_log_ssl_error':
> >
>/home/thom/apache2-2.0.43+cvs.1041634517/build-tree/apache2/modules/ssl/ssl_engine_log.c:122:
> warning: assignment makes pointer from integer without a cast
>
> Your ptach doesn't seem right... That error seems more like a missing
> prototype than a requirment for a cast. Where's the proper prototype for
> that function?
>
Loooks like a local problem, that function is in openssl/err.h which is brought
in by mod_ssl.h and properly prototyped to a char *
Sorry
Cheers,
-Thom
>