The declaration of tmp.clear in SSL2_STATE seems to have changed from
int to unsigned int, so the following patch should get rid of the only
current compiler warning:

diff -r1.33 s2_srvr.c
475c475
<               || (is_export && ((i != ek) || (s->s2->tmp.clear+i !=
---
>               || (is_export && ((i != ek) || ((int)s->s2->tmp.clear+i !=

Also, would it be possible to add *.out to ms/.cvsignore so that these
files can actually be overwritten as required by the test process?

Cheers,

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

Reply via email to