Richard Levitte - VMS Whacker wrote:
> 
> From: Jeffrey Altman <[EMAIL PROTECTED]>
> 
> jaltman> Just wondering.  What are you compiling with that you are seeing
> jaltman> warnings?
> jaltman>
> jaltman> I compile this code without any warnings without these modifications.
> 
> On Linux, with the target debug-levitte-linux-elf, I got some of those
> warnings (-wall -pedantic -ansi...  I think those are the big
> generators).  I just didn't dare hack too much into it, since my KRB
> knowledge is pretty minimal.
> 

I don't know too much either but the changes I made were fairly obvious
casts and the occasional change of a variable type which should be
harmless. There were a couple areas which caused compiler errors with
-DDEBUG_SAFESTACK which were caused by some attempts to access the STACK
structure directly rather than through the sk_*() function. There were a
few other things that could be fixed as well like casting away const in
ciphers.

The ASN1 Kerberos SESSION stuff (which added an extra field) didn't work
the way it was and was crashing the sess_id command. I've changed it now
so that the new field seems to work as intended: its optional, is
presented properly when its there and it prints out OK.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Gemplus: http://www.gemplus.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to