> Okay, the background is that I've ported OpenSSL to the Macintosh (yeah,
> yeah-- I know).
OK, I've got my CodeWarrior 5 now. So I'm set and really looking forward
to accept your contribution:-)
> 
> Things work well as long as I ensure the library is freshly reloaded
> every time; however, for performance reasons, it's nice to keep the code
> library cached in-memory and use it again later.  The problem is that on
> the second or third usage of the library, things break.
> 
> Now, obviously there is a problem with some static variables, since
> things work well when they're set up correctly to their compiled values.
> If you're curious, I drop into my debugger when I hit the this point in
> lh_insert():
> 
> rn=getrn(lh,data,&hash);
>
Do you mean you don't set no breakpoints, no condition breakpoint and
just fall to debugger with no visible reason? What happens if you run
code compiled without debugger? Does it crash?

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to