On Wed, Jul 06, 2005 at 11:10:33AM -0600, Brad Nicholes wrote: > I think that there are a few more changes that need to be made. At > least on NetWare it won't compile without the following additional > patch.
This one needs a typedef which is defined correctly for the version of OpenSSL in use, see http://issues.apache.org/bugzilla/show_bug.cgi?id=34520 - please don't commit that as-is. > Index: ssl_scache_shmcb.c > =================================================================== > --- ssl_scache_shmcb.c (revision 201624) > +++ ssl_scache_shmcb.c (working copy) > @@ -1184,7 +1184,7 @@ > SHMCBHeader *header; > SSL_SESSION *pSession = NULL; > unsigned int curr_pos, loop, count; > - unsigned char *ptr; > + const unsigned char *ptr; > time_t now; > > ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, ...