> > From: Kenneth R. Robinette [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, March 11, 2002 8:36 AM
> > 
> > As a followup to my previous note, kssl.c also requires the
> > following to be added at or near line 98:
> > 
> > #ifdef  krb5_rc_initialize
> > #undef  krb5_rc_initialize
> > #endif
> > ...
> 
> A style note: the #ifdef / #endif is unnecessary and clutters the source.
> As of at least C90 #undef with a name that is not currently defined is
> ignored.  See ISO 9899-1990 6.8.3.5.

If only this were true.  OpenSSL compiles with strict checking and all
warnings are considered errors.  



 Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 available now!!!
 The Kermit Project @ Columbia University   includes Telnet, FTP and HTTP
 http://www.kermit-project.org/             secured with Kerberos, SRP, and 
 [EMAIL PROTECTED]                OpenSSL. Interfaces with OpenSSH
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to