At 12:10 PM 7/6/2005, 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. > >--- ssl_scache_shmcb.c (revision 201624) >+++ ssl_scache_shmcb.c (working copy)
This shmcb.c patch made sense... >Index: ssl_scache_dbm.c >=================================================================== >--- ssl_scache_dbm.c (revision 201624) >+++ ssl_scache_dbm.c (working copy) >@@ -257,7 +257,7 @@ > } > > /* unstreamed SSL_SESSION */ >- sess = d2i_SSL_SESSION(NULL, &ucpData, nData); >+ sess = d2i_SSL_SESSION(NULL, (const UCHAR**)&ucpData, nData); UCHAR? Sure that isn't a Netware-ism? Otherwise, +1 to this additional patch. Testing now. Bill