RE: Minimum compiler support on different unix flavours?

2005-02-02 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote: Hello As part of a project I am compiling OpenSSL on multiple different Unix flavours and have had many different problems when trying to get OpenSSL to compile. Hi Peter, Let be give you just a bit of advice. OpenSSL is extremely sensitive to half-assed gcc

Re: PATCH: mutex lock around lazy eval of method_mont_p in dsa_ossl.c

2005-02-02 Thread Marius Schilder
why do i keep submitting flawed patches? surely i'm in killfiles by now ;-) the alloc should go to a tmp, and after the computation assign the tmp to the struct member so it's ready for use.. anyone care for a correct patch? --- Marius Schilder [EMAIL PROTECTED] wrote: Hi, this patch fixes a