At 12:44 PM 7/6/2005, William A. Rowe, Jr. wrote: >At 12:10 PM 7/6/2005, Brad Nicholes wrote: >>- sess = d2i_SSL_SESSION(NULL, &ucpData, nData); >>+ sess = d2i_SSL_SESSION(NULL, (const UCHAR**)&ucpData, nData); > >UCHAR? Sure that isn't a Netware-ism?
My bad, I'm seeing it. >Otherwise, +1 to this additional patch. Testing now. Issue; you toggled from one to the other - so now we have failures in 0.9.7 and not 0.9.8. Working out a better patch now. Bill