Richard Levitte - VMS Whacker wrote:
> 
> There are a bunch of places where I see unsigned char and char being
> mixed with each other, making more pedantic ANSI-C compilers (like DEC
> C) spew warnings all over the place.
> 
> I'm not really sure how this should be handled.  For now, I turn char
> to unsigned char if required, but I keep the prototypes to API
> functions signed, which makes it a little tricky cast-wise in places.

No, no - rid the world of evil casts!

> Was there ever a concensus on how this should be handled?  Go with
> unsigned everywhere?

Go with what's right everywhere, surely?

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to